测试 iOS 应用程序时,为什么没有报告所有应用程序崩溃?

When testing an iOS app, why not all of the app crashes get reported?

我正在开发的应用程序有大约 8 个 testflight 内部测试人员,我们使用 Crittercism 进行崩溃报告,有些人看到崩溃没有报告给 crittercism,这是为什么呢?我如何保证所有崩溃都得到报告?

如果我们在苹果的文档中阅读这篇文章

However, crash logs are not sent to Apple unless the user agrees to share crash data with app developers. TestFlight users automatically agree to share crash data. The service does the following to generate crash reports:

有什么提示吗?

经过实验,Firebase 报告崩溃的方式似乎比 Crittercism 好得多,并且捕获了所有崩溃并提供了更好的详细信息。

并引用 bajracharyas353 :-

"crash reports were sent to us only on the next app launch on the device where the app crashed."