DeyaEldeen
DeyaEldeen

Reputation: 11817

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

I have about 8 testflight internal testers for an app I'm developing, for crash reporting we are using Crittercism, some people see crashes that don't get reported to crittercism, why is that? how do I guarntee that all crashes get reported?

and if we read in this article in apple's documentation

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:

any hints ?

Upvotes: 0

Views: 86

Answers (1)

DeyaEldeen
DeyaEldeen

Reputation: 11817

After experimentation, it looks like Firebase reports crashes in a way much better than Crittercism, and catches them all and provides better details.

and to quote bajracharyas353 :-

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

Upvotes: 0

Related Questions