Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS crash reporting, e.g. during beta testing

I'll be ready to start beta testing my iPhone app in the next month, and I guess I should be expecting it to crash once or twice. It would be nice to get the crash report -- and whatever supporting info I can -- back to the mothership. Ideally, this would require little to no work on the part of the beta testers.

There are tools and methods. So far for me, the most promising contender is CrashKit. I've also looked at Crash Reporter. And I've reviewed these Craig Hockenberry posts ("debugging with backups", "symbolicatifination") from 2008.

Am I overlooking something obvious? Any further advice, folks?

like image 595
Clay Bridges Avatar asked Jan 21 '23 06:01

Clay Bridges


1 Answers

I've been using Crittercism for crash reporting and getting feedback.

http://www.crittercism.com

like image 67
idogg98 Avatar answered Feb 04 '23 14:02

idogg98