Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS Internal testing - Unable to download crash information?

I have recently uploaded my app to the App Store for internal testing (TestFlight, iOS 8). I am currently the only tester. When I test using TestFlight, my app crashes; however, the same operation works fine when debugging from Xcode.

My understanding is that a crash log should be generated and I should be able to see crash logs in Xcode's Organizer. However, when I attempt to download crash logs in Organizer, it says there are no crash logs. There is also a triangle with an exclamation point symbol. When I click on that, I get an error pop up with a 'try again' button that says:

Unable to download crash information.
An error occurred preventing Xcode from downloading updated crash information. Please try again later.

Trying again does no good. I'm running Xcode Version 6.3.2 (6D2105).

-------------------- UPDATE 7/29/2015 -----------------

No luck. I'm still not receiving logs. The crashes are now hard for me to reproduce and my beta audience is unfortunately small. I am certain I am checking the option to send symbols with the archive, by the way.

I'm going to look into 3rd party crash solutions. My app is for special needs folks and not intended for sale, so cost will be a factor. Anyone have any suggestions?

Here is the response I received from App Store Developer support:

Thank for contacting App Store Developer Support regarding your app, Angelshare.

I understand you have discovered your app is crashing during beta testing, but you are not able to access crash reports in iTunes Connect to diagnose the issue.

If there is insufficient data for a report to be generated, the tab will be blank. This does not indicate a problem with your iTunes Connect account or with the report system. There are many potential causes of insufficient data. If the report covers a newly released app version or a newly released version of the iOS, then little time may have elapsed before the report was generated for diagnostic logs to be received. Also, various factors can reduce the amount of available data. Logs are submitted only by users who opt in to send diagnostic data to Apple, and statistical sampling techniques are applied to the submitted data.

For more information, please refer to the iTunes Connect Developer Guide:

https://developer.apple.com/library/ios/iTunesConnectGuide

Also review the iTunes Connect FAQ for additional information about crash reports:

https://itunesconnect.apple.com/WebObjects/iTunesConnect.woa/wa/jumpTo?page=faqIndex&group=applicationcrashlogs

If you have any other questions, please use the Contact Us section in iTunes Connect:

http://www.apple.com/itunes/go/itunesconnect/contactus

like image 235
psparago Avatar asked Jul 01 '15 00:07

psparago


People also ask

How do I get iOS crash report?

Open the Console app, from Applications > Utilities in Finder. Select Crash Reports. Locate crash reports for your app in the list. Logs are listed by your app's binary name.

How do I view iOS 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.

How do I get app crash logs?

Select an app. On the left menu, select Quality > Android vitals > Crashes and ANRs. Near the center of your screen, use the filters to help you find and diagnose issues. Alternatively, select a cluster to get more details about a specific crash or ANR error.

What is Exc_crash Sigabrt?

EXC_CRASH (SIGABRT) implies that you crashed because someone abort . Frame 1 of the crashed thread's backtrace ( objc_exception_throw ) indicates that this was an unhandled language exception (NSException in this case).


2 Answers

I know this is an old post but if someone else is still facing this issue, make sure your device has the switch in Settings > Privacy > Analytics > Share iPhone Analytics, turned on.

like image 136
Santhosh R Avatar answered Sep 21 '22 03:09

Santhosh R


You can find them on a crashed device: Settings > Privacy > Analytics & Improvements > Analytics Data > (search for your bundle ID among the other listed logs)

like image 25
Iliyan Kafedzhiev Avatar answered Sep 21 '22 03:09

Iliyan Kafedzhiev