Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do you view TestFlight crash logs?

I have submitted my app to TestFlight and i have deliberately made the app on my device crash, but i don't see where i can see these crash logs.

BTW i want to see other people's crash logs on the app, not the one in the settings menu.

Anyone know?

like image 785
Tech Geek Avatar asked Apr 19 '15 10:04

Tech Geek


People also ask

Where are iPhone logs stored?

Go to Window > Devices and select your device from the list. Click the "up" triangle at the bottom left of the right hand panel. All logs from all apps on the device will be displayed here.


4 Answers

In Xcode 6.3 crash logs have moved into Organizer window.

It might take some time and a restart of the crashed apps for the logs to show.

like image 96
dogsgod Avatar answered Oct 06 '22 20:10

dogsgod


There are 2 places where you can see your crash logs (well, users testing your app):

Method 1: via itunesconnect.apple.com

  1. Login to itunesconnect.apple.com

  2. Select "My Apps"

  3. Chose your app from there

  4. Select the "Test Flight" tab

  5. You should see the list of your app versions along with build etc

  6. Note down / remember the current (or live) one.

  7. On the same screen (left menu) notice you now have "Crashes" under "Feedback"

  8. Select "Crashes", this will display all crashes to all of your testers

  9. Notice the info isn't the full log, but something you can download with the last column being the user's feedback on what/how it crashed

Usually a user would get a message saying "Sorry, app-xxx crashed" and ask him to comment, that's your last column here, also they can submit a screenshot which can be select on the left menu in the same way.

Method 2: from XCODE

  1. From XCODE:

  2. Select Window -> Organiser (well; OrganiZer if you're a Yankee)

  3. This will give you a new screen with all your apps

  4. Select the APP you need, and then select the "Crashes" tab from the top

  5. Select the version from the left menu, and this should give you more on these crashes

  6. Please note that: Unless the users agrees to "send Apple and it's 3rd Party (i.e. yourself) crash reports..." then you would not see anything here.

I hope this helps.

like image 26
Heider Sati Avatar answered Oct 06 '22 20:10

Heider Sati


Expanding on @dogsgod and responding to @KevinLeStarge's comment.

  1. Open Xcode
  2. Go to: Window -> Organizer
  3. Click the "Crashes" Tab

Here's an example:

Crash log example

like image 34
Joshua Wolff Avatar answered Oct 06 '22 19:10

Joshua Wolff


Well, I'm not sure if this will help, but it helped for me:

Go to iTunesConnect -> My Apps and choose your app. Then in Versions section scroll to Version Release and check one of radio buttons (Automatically release this version or Manually release this version)

If you have luck, all crash logs (old ones too) will apear in new Organizer's Crash window after few minutes (Xcode 6.3). Be sure to close Organizer's window and open it again after making changes in iTunesConnect.

like image 32
zalogatomek Avatar answered Oct 06 '22 21:10

zalogatomek