submit crash logs to Apple via iTunes Connect

你离开我真会死。 提交于 2019-12-02 12:13:07

问题


How can I force an iPhone or iPod Touch to send/update its crash logs to Apple?

I can crash an app within my device. When I visit iTunes Connect, I don't see any crash logs.


回答1:


You can't force it. And the crash logs are not uploaded to Apple by the device. They are uploaded by iTunes when the user syncs the device.

You know that you can grab the crash logs directly from the device by using Xcode? Connect your device and open the Organizer window in Xcode. It will show all crash logs available on the device.




回答2:


Crash logs are only synced from the device to your iTunes Connect account (via iTunes) if the device preferences allow crash reporting. I don't know how to change this preference directly, but you can set it the first time you sync your device after resetting the warning messages for the device. You can find a step-by-step here:

http://www.appsmini.com/iquakelite/howtosendcrash.html

If it's your users' crash logs you're really interested in -- not your own, which you can get directly off the device -- this explains why some users' crash logs are available in iTunes Connect and some aren't.



来源:https://stackoverflow.com/questions/4208557/submit-crash-logs-to-apple-via-itunes-connect

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