submit crash logs to Apple via iTunes Connect

后端 未结 2 620
广开言路
广开言路 2021-01-23 13:05

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

2条回答
  •  旧巷少年郎
    2021-01-23 14:01

    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.

提交回复
热议问题