问题描述
我的关注点是通过iOS中的崩溃报告服务收集崩溃报告来改善我的应用程序.为了进行内部测试,我使用Xcode上传了它的beta版本,其中包含引发NSRangeException的内置错误.将应用程序存档并上传到商店后,已使用TestFlight将其安装在运行iOS 9.3.3的iPhone 5s上.我认为我遵循了 这里 ,但没有成功.
My concern is to improve my app by collecting crash reports via the crash report service in iOS. For internal testing I uploaded a beta version of it using Xcode, containing a built-in error throwing NSRangeException. After archiving and uploading the app to the store it was installed on an iPhone 5s running iOS 9.3.3 using TestFlight. In my opinion I followed all the steps described here, but with no success.
在设备的诊断设置中,启用了自动崩溃报告,我可以看到由我的应用程序引起的各种崩溃日志(> 10).在iTunes Connect网站上,我仅看到3次整体崩溃,而Xcode Organizer中仅显示了1次.即使通过iTunes同步了设备,也没有任何改变.
In the diagnostic settings of the device, automatic crash reporting is enabled and I can see various crash logs (>10) caused by my app. On the iTunes Connect website I see only three overall crashes and just one is shown in the Xcode Organizer. Even after syncing the device through iTunes nothing changed.
与Apple支持人员联系也无济于事.因为他们有几乎没有可用的信息".
Contacting Apple-Support didn´t help either. because they had "very little information available".
为了提高稳定性,我需要提供崩溃报告,所以我有两个问题:
For stability improvement I need to make the crash reports available, so I have a couple questions:
-
崩溃报告服务在内部完成了哪些步骤?要花多长时间才能看到一些结果? (如iOS开发者库文档中所述,它最多可能需要三天的时间,目前已经很久了.)
Which steps are done internally by the crash reporting service and how long does it take to see some results? (As mentioned in iOS developer library documentation it can take up to three days, which are long overdue by now).
由相同错误引起的报告是否被收集并报告为单个条目?如果没有,该怎么办?
Are the reports caused by the same error gathered and reported as a single entry? If not what is the procedure?
我已经搜索了一些类似的问题,并提出了以下信息:
I already searched for some similar questions and came up with the following information:
- 用户说iOS应用程序崩溃没有任何进一步的解释
- 无法在iTunes Connect中获取AppStore中实时应用程序的崩溃报告
- 我无法在iTunes中获取崩溃报告连接
- 通过iTunes Connect将崩溃日志提交给Apple
- 如何查看TestFlight崩溃日志?
- Users say that the iOS app crashes without any further explanation
- Not able to get crash reports in iTunes connect for a live application in AppStore
- I can not get a crash report in iTunes Connect
- submit crash logs to Apple via iTunes Connect
- How do you view TestFlight crash logs?
我希望有人可以使用Apple的崩溃报告服务获得更深刻的见识或已经获得更多的经验,并可以共享此信息.提前非常感谢.
I hope somebody has deeper insight or already gained more experience using Apple`s Crash Report Service and could share this information. Thanks a lot in advance.
推荐答案
织物可能是一个不错的选择.
它可以收集您的崩溃报告,并提供崩溃描述.
Fabric may be a good choice.
It can collect you crash report, and give a crash description.
这篇关于iOS崩溃报告服务的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!