Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Crash reports from app on App Store

I have just released an application on the App Store but for some users the app will crash. I am not able to reproduce this problem and therefore I was wondering if there is any way to get a crash report from the user so that I can get an idea of why the app will crash.

like image 908
simonbs Avatar asked Apr 13 '12 17:04

simonbs


People also ask

How do I find out which app is crashing on my iPhone?

Open Settings. app. Tap Privacy, then scroll down and tap Analytics. Tap Analytics Data. Tap the crash log to open it.


4 Answers

Being only a very part-time iOS developer and having a small app that doesn't have too much going on, I've not until recently had cause to try and find crash logs. Google led me to this very old thread.

Just in case anyone else ends up on the same wild goose chase - at the time of writing (mid-2018) iTunes Connect has been rebuilt as App Store Connect and, in the web portal, all you can see is number of crashes and so-forth. To download energy usage and crash report logs from Apple servers, you actually go to XCode. Window -> Organizer -> Energy or Crashes tab [EDIT: Still correct in June 2022, XCode 13.4.1].

like image 64
Andrew Hodgkinson Avatar answered Oct 28 '22 11:10

Andrew Hodgkinson


You can get crash reports via iTunes Connect. Here's how:

  1. Log into iTunes Connect
  2. Click "Manage your Applications"
  3. Select your app
  4. Click the app icon under "Current Version"
  5. Click "Crash Reports" on the right side
like image 44
blake305 Avatar answered Oct 28 '22 13:10

blake305


URL : https://developer.apple.com/news/?id=nra79npr

But make sure you have configured your appstoreconnects credentials in xcode.

enter image description here

like image 27
Pandey_Laxman Avatar answered Oct 28 '22 12:10

Pandey_Laxman


Just in case someone is still looking for this answer in 2019, here is how i did it. 1.) Login to Apple iTunes Connect 2.) Goto My Apps >> Select your app >> Activity 3.) Select your build number 4.) Select Download dSYM in General information

The below link helped me and you can find other ways to download dSYM (e.g.: from Xcode) from here. References: https://docs.newrelic.com/docs/mobile-monitoring/new-relic-mobile-ios/configuration/retrieve-dsyms-bitcode-apps

like image 26
pinal naik Avatar answered Oct 28 '22 12:10

pinal naik