How do you view TestFlight crash logs?

后端 未结 4 881
名媛妹妹
名媛妹妹 2020-12-09 16:06

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

相关标签:
4条回答
  • 2020-12-09 16:31

    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:

    0 讨论(0)
  • 2020-12-09 16:36

    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.

    0 讨论(0)
  • 2020-12-09 16:45

    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.

    0 讨论(0)
  • 2020-12-09 16:45

    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.

    0 讨论(0)
提交回复
热议问题