Test Flight Beta Testing: Xcode 6.3 Beta 4 does not show crashes

不问归期 提交于 2019-12-22 03:45:12

问题


I'm focusing on the new Test Flight procedure. I developed an application (that I submitted through Xcode to the iTunes Connect portal) that crashes if a UIButton is tapped. Since, the application is available for Beta Testing to Internal Testers, I would expect to see a crash log within the new Crashes section of Xcode 6.3 Beta 4 (see Crashes Organizer Help). But nothing. No crashes available.

Is there any particular reason for that? Is this related to the type of testers I'm using? I'm understanding that Xcode 6.3 is Beta version.


回答1:


Update

Xcode 6.3 has been released and crashes are now available.

Original answer

From Apple documentation

How Crash Logs Are Collected and Aggregated into Crash Reports

Apple provides a service that collects crash logs from users and organizes them into downloadable crash reports. However, crash logs are collected only if you upload an app with the symbols. (In the Archives organizer, select the “Include app symbols for your application…” box when you upload your app to iTunes Connect.) For apps released in the App Store, the user must also agree to share crash logs with developers. TestFlight users automatically share crash logs with developers. The service that creates the crash reports does the following:

  • Collects crash logs from both TestFlight and App Store builds

  • Provides the total number of unique devices where the crash occurred

  • Provides a sample set of crash logs for each crash report

  • Removes all personal user data from the crash logs

  • Creates crash reports daily

When you open the Crashes organizer, Xcode begins refreshing the crash reports for your apps. Xcode downloads the top crash reports—crash reports with the most number of occurrences on unique devices—that occurred during the past two weeks. However, there may be up to a three day delay between when you first distribute your app and when crash reports are available in Xcode.

where emphasis is mine.

So I guess I need to wait.




回答2:


When you submit a new build to iTunes Connect you will see THIS screen in organizer and you need to make sure the box is checked that says:

"Include app symbols for your application to receive symbolicated crash logs from Apple. "

When setting up an iPhone up for the first time you are asked THIS

If you select "Don't Share" then the crashes won't be reported

P.S. I tried to show images in the post but I don't have any rep yet so it wouldn't let me, the best I could do was link to some images.



来源:https://stackoverflow.com/questions/29408003/test-flight-beta-testing-xcode-6-3-beta-4-does-not-show-crashes

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!