Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I view crash reason in iTunes Connect?

Tags:

Is there any way to get crash information in iTunes Connect? I notice under App Analytics it displays the number of "Opt-in Only Crashes". I press the number under it (in my case 2). This takes me to a page that only seems to show the days that the crash happened. Is there any way I can see useful crash information, for example line of code, etc.?

like image 460
Jason Fel Avatar asked Jan 15 '17 04:01

Jason Fel


People also ask

How do I view Apple crash logs?

You can use the Mac Console app to view any crash logs from your Mac or from the Simulator. And on the device under Settings, Privacy, Analytics, Analytics Data you can see all of the logs that are saved to disk and your users can share a log directly from this screen.


1 Answers

To see where is the problem just open your Xcode > Window > Organizer > Crashes from your Application.

like image 186
Gabriel Cavalcante Avatar answered Oct 20 '22 04:10

Gabriel Cavalcante