开发者

Client Crash Reports on Production Apps

开发者 https://www.devze.com 2023-02-23 04:09 出处:网络
I have an app in the appstore and开发者_Go百科 I would like to be aware about client crashes. is there any way through coding?Here are a few things you can look at:

I have an app in the appstore and开发者_Go百科 I would like to be aware about client crashes. is there any way through coding?


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.


You can try using the Flurry SDK. Its free, easy to use and provides tons of stats about your app and its usage. www.flurry.com


Take a look at QuincyKit! an overall client side and server side solution for crash logs. It is also based on PLCrashReporter.

0

精彩评论

暂无评论...
验证码 换一张
取 消