App Analytics Crashes

I can see some crashes in the app analytics crashes section of itune connect.


I didn't have those before. They seem to be pretty new. I tryed to reproduce those but, I can't. Can I get some information about crashes. Like the stacktrace or any info to help me figure out what happening.


What is the best approche in that situation?

Answered by KMT in 102887022

From the docs:

https://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Chapters/ImprovingCustomersExperience.html


-=-

Crash reports are available for apps that have been on the store for a long enough period of time to generate crash logs or if Apple has received significant crash information from users.


To view and download crash reports for an app

  1. Open the App Details page for the app, as described in Creating an iTunes Connect Record for an App.
  2. Select the desired platform version, scroll down to Additional Information and click Crash Reports.The link is available only if iTunes Connect has crash logs available for this version of the app.
  3. Click Download Report in the row of the crash type you want to download.iTunes Connect downloads one or more
    .crash
    files that can be analyzed in Xcode. To import crash reports in Xcode, read Analyzing Crash Reports in App Distribution Guide.

Tabs on the page appear for each OS release on which users are running the app and for which there are crash reports available. You may also see tabs for unreleased versions of iOS or OS X, at Apple’s discretion.


In each pane, iTunes Connect displays crash reports accumulated since the last time the list was refreshed. The collection start time is displayed at the top of the page. Before you refresh the page, save the reports you need.


Important: When the Crash Report page is refreshed, the previous reports are cleared. If you want to keep report details, make sure you download the reports.

Accepted Answer

From the docs:

https://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Chapters/ImprovingCustomersExperience.html


-=-

Crash reports are available for apps that have been on the store for a long enough period of time to generate crash logs or if Apple has received significant crash information from users.


To view and download crash reports for an app

  1. Open the App Details page for the app, as described in Creating an iTunes Connect Record for an App.
  2. Select the desired platform version, scroll down to Additional Information and click Crash Reports.The link is available only if iTunes Connect has crash logs available for this version of the app.
  3. Click Download Report in the row of the crash type you want to download.iTunes Connect downloads one or more
    .crash
    files that can be analyzed in Xcode. To import crash reports in Xcode, read Analyzing Crash Reports in App Distribution Guide.

Tabs on the page appear for each OS release on which users are running the app and for which there are crash reports available. You may also see tabs for unreleased versions of iOS or OS X, at Apple’s discretion.


In each pane, iTunes Connect displays crash reports accumulated since the last time the list was refreshed. The collection start time is displayed at the top of the page. Before you refresh the page, save the reports you need.


Important: When the Crash Report page is refreshed, the previous reports are cleared. If you want to keep report details, make sure you download the reports.

Unfortunately the Analytics report crashes that are nowhere to be found in my app detail. I wonder why they do not offer the crash-logs directly in the analytics so to be sure they match.

To access an app's crash reports in XCode, go to Window -> Organizer and select the Crashes tab. To learn how to analyze a crash report, go to Analyzing Crash Reports in the App Distribution Guide.

App Analytics Crashes
 
 
Q