Any good Crash Reporting Services for iOS [closed]
Asked Answered
M

7

16

Right now we are using Flurry to gather crash reports from our users. The problem is that each crash is limited to 255 chars, and we can't see the complete stack trace. Is there a similar service out there that will allow us to see the full stack trace of the crashes?

Melchizedek answered 28/7, 2011 at 7:50 Comment(1)
I wrote a blog post about the different solutions available: Quality Tracking/Crash reporters for Mobile AppsFideliafidelio
S
11

Try out this one:

Crittercism Crash Reporting System for iOS

It is really clean and easy to use.

Hope this will help you.

Subtemperate answered 28/7, 2011 at 8:57 Comment(0)
M
5

Apple already does this for you.

Go to iTunesConnect, Manage Your Applications, View Details and then select the crash reports link.

enter image description here

You'll get crash reports broken down by operating system version which is really useful.

Mernamero answered 28/7, 2011 at 8:45 Comment(2)
can you update this for ios8. i couldnt find this partLiguria
Unfortunately itunesconnect doesn't show all crash reports. It doesn't show anything unless there are a lot of reports.Congdon
S
5

To take this list a bit further:

  • BugSense is another bug tracking service for iOS, Android and WP7.
  • AirBrake seems to be really nice and has plans from free (i.e. just one project, user,..) to extra large (i.e. 64 projects, users, ..).
  • Testflight additionally lets you distribute your beta apps without hassle.
Stereoscopy answered 14/12, 2011 at 16:9 Comment(2)
The airbrake link has a browser security warning when I click on it, is it still correct?Kalynkam
Thanks @yochannah, updated the link (Airbrake changed to .io instead of .com)Stereoscopy
B
2

Try Testflight SDK. Includes your own logs as well. Make's it easier to track bugs down.

B answered 22/8, 2011 at 6:24 Comment(2)
Actually, I've found the TestFlight SDK to be the most reliable crash reporting mechanism so far. Ive only used it during testing phase so far for my kids apps as I don't leave it live. I will however be leaving the SDK in for non-kids apps as their UI and symbolication is the best I've found.Shalon
Yes, this is a great frameworkProboscis
S
2

FYI, BugSense have changed their plans somehow. I was emailed this morning, and what was free is now $19 per month. Way too pricey for indie developers that in some cases don't make much off their apps.

A point to note also is that to date, I have yet to get a sensible (iOS) stacktrace out of BugSense. I get stacktraces, but their symbolication mechanism is broken so I have to manually work out where the problems are. If the stacktraces worked, I think it would be a brilliant (though overpriced) product.

Shalon answered 18/1, 2012 at 22:22 Comment(0)
R
1

You don't really need any additional SDK's to view the crash raports. Apple gives you this functionality in their "iTunes Connect" portal. Here is how to access it:

  • Log in to https://itunesconnect.apple.com
  • go to "Manage Your Applications"
  • choose your application, by clicking on it's name.
  • click "View details" button under the Versions table.
  • click "Crash Reports" link
  • if you don't have reports yet, press "refresh"

That's it.

Hope that helps.

Reprisal answered 28/7, 2011 at 8:46 Comment(3)
Not fully reliable. Our app users are reporting crashes.. and here it shows none.Duvall
Usually iTunes connect doesn't display the errors until they reach a certain amount for a particular OS versionServiceable
That is the stupidity of Apple.Distaste
B
1

As others pointed out Apple does hosts crash reports for you, although it usually only represent a tiny fraction of all the crashes your users are getting.

I personally use TestFlight (free) for beta crash reports and Exceptional (9$/month per app) for production crash reports. Exceptional is really great, although a bit expensive. It groups together similar crash reports so you can quickly see what are the most recurrent crashes.

I also heard good things about Hoptoad (recently renamed to Airbrake).

Berkowitz answered 28/7, 2011 at 8:51 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.