Measuring App Crashes and it’s acceptable percentage.
Jul 27, 2017 · 1 min read

Acceptable percentage of app crash can be measured in many ways but the most popular ones are [ Lesser if the app is mature and/or has high downloads] — :
- App crashes per user < 1 %
- App crashes per session < 0.1 %
- App crashes per screen view < 0.01 %
Practically speaking, if you have significant downloads, it will be impossible to achieve ZERO crash rate. The best that can be done is to group instances according to the reason of crash and keep solving the most relevant problems.
Continue Reading here: What is the acceptable percentage of app crash?
