iPhone:How to implement Crash Report functionality in iPhone?
Is there any way to save crash log while apps is crashed and also apps is launched at that time Mail Dialogue is display to send the mail with that crash log???? so please tell me any link or any idea to develop this functionality in iPhone...
Thanks in ad开发者_运维技巧vance
I recommend QuincyKit. It is open source and you'll have to setup your own server to collect crash logs.
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 iTunesConnect
- 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.
Crittercism worked for me It can be implemented in few minutes, which is easy and great.
Crittercism supports instant crash reporting to your mail(setting up server is not required) Detailed report generation which includes the line number where the crash occurred.
Following links helped me:
Crittercism
Note: Adding DSYM file is recommended(which is responsible for showing the exact line number where crash occurred)
See this
精彩评论