I just downloaded the crash reports for one of my iPhone apps from iTunes Connect. The most common crash has a trace like the following:
Exception Type: EX
The scenario goes something like this:
UIWebView. The UIViewController sets self as the delegateUIViewController gets deallocatedUIWebView finishes loading and sends "I finished" message to its delegate...You need to stop the UIWebView from loading its page and sets its delegate to nil before you deallocate the delegate.