2

I want to access the crash reports of my app inside my app and i need to send the crash reports to a server. I searched in google and I couldn't find any API that helps my purpose but I found there are open source projects like QuincyKit, plcrashreporter for getting the crash reports of the application. If I use these APIs will apple reject my app ?

Thanks in Advance

Siva
  • 89
  • 2
  • 6

2 Answers2

3

There is no API from Apple to do that. So the only chance is to use a 3rd party framework which catches the crash when it happens and provides options to further process it afterwords.

There are multiple solutions available, one is QuincyKit. The second part of the answer of Including custom data into iOS crash dumps shows all known solutions and services that you can use.

Note: I am the developer of QuincyKit and also part of the HockeyApp team.

Community
  • 1
  • 1
Kerni
  • 15,241
  • 5
  • 36
  • 57
0

About QuincyKit:

http://i.imgur.com/WYeQT.png

I've used only Flurry, which has crash collection, and there seems to be no problem in using these libraries in your project for the app store.

Alexander
  • 8,117
  • 1
  • 35
  • 46