4

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?

user1454940
  • 57
  • 1
  • 5

3 Answers3

3

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

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

Community
  • 1
  • 1
Omar Abdelhafith
  • 21,163
  • 5
  • 52
  • 56
  • 1
    This framework is not free for use. The basic package doesn't include sending emails as alret – Dejell May 20 '13 at 14:51
1

Crittercism caters to my needs at present. The support team is good too.

Praveen S
  • 10,355
  • 2
  • 43
  • 69
1

I'm using QuincyKit. Word of caution though - you'll need to redownload the crash reporter framework from the home site - the build that Quincy site has misbehaves on certain Xcode/iOS conbinations.

But server-side installation is a snap, and symbolication infrastructure is easy to set up, too.

Seva Alekseyev
  • 59,826
  • 25
  • 160
  • 281
  • Me too start to use him. But in some case, CrashReporter.framework is older too, where i can find him sources =) – CReaTuS Jun 06 '13 at 02:34