IPhone crash reporting framework

crash, ios, iphone

Solution

There are alot of these frameworks, a good article about them can be found here

However i would suggest using http://www.crittercism.com/

Problem

I wanted to add crash reporting capabilities to my iPhone app. Kind of the type that prompts you to send a crash report the next time the app launches after a crash (I have seen this capability in NYTines iPhone app, but I am sure there must be others apps doing this as well). Is this a 3rd party framework that can be easily included in any app?

Original source