0

When I launch the my app sometimes I am getting the Device Alert as MyApp Unexpectedly Quit, Would you like to send report so we can fix the problem?:

enter image description here

I have integrated HockeyApp for getting crash reports.

Anyone suggest me, how can I resolve this.

jww
  • 97,681
  • 90
  • 411
  • 885
Monish Kumar
  • 2,788
  • 4
  • 38
  • 54
  • You might be able to salvage this question by supplying the crash report and asking for help in determining why it crashed. You can get the crash report from Xcode Organizer, if I recall correctly. Better, leave this question closed and ask a new question. – jww Apr 20 '14 at 09:06
  • [Understanding and Analyzing iOS Application Crash Reports](https://developer.apple.com/library/iOS/technotes/tn2151/_index.html) and [Debugging Deployed iOS Apps](https://developer.apple.com/library/ios/qa/qa1747/_index.html). – jww Apr 20 '14 at 09:09

1 Answers1

2

If this your own app, then you integrated the HockeyApp SDK and did not turn off crash reporting. Disable crash reporting and this alert will go away. This won't fix the underlying issue that's causing the crash though.

Neil
  • 1,813
  • 1
  • 12
  • 20