I have an app in the appstore and I would like to be aware about client crashes. is there any way through coding?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here are a few things you can look at:
PLCrashReporter from Landon Fuller – a crash reporting library you can bundle in your app.
MacDevCrashReporter looks like a combination of a PLCrashReporter-based tool on the phone and a web service for viewing information about submitted crash reports. Haven’t used it, but the web service is PHP-based – if it doesn’t offer any sort of email notifications, you can probably edit the code to send you email notifications (or some other sort of notification system).
Of course, there’s also the Crash Reporter page in iTunes Connect – log in, select the application you want to manage, select View Details of the current version, and select the Crash Reports link. I’ve sometimes found that I need to click the Reload Now link to get reports to appear.