Hello, Apptics community!
A recent update from Google elaborates on how the app's technical quality can affect its visibility and ranking in the Google Play Store. Android vitals such as crashes and ANRs (App Not Responding) play a major role here.
ANR errors are triggered at instances when an app becomes unresponsive or frozen to any user input, event, or draw within five seconds. This is when the system OS prompts an Application Not Responding popup, giving the user the option to either force-quit the app or wait till the app becomes responsive.
ANRs happen when the main thread (especially the UI thread) of an Android app gets blocked for a long time. These issues impact the app's overall user experience and lead to user frustration.
You can now analyze the issues caused by ANR errors and diagnose them from within the Apptics console.
Crash and ANR dashboard in AppticsWe have added two more filters in the Crashes module for grouping fatal exceptions based on:
Type - Crashes and ANRs
App framework - Native, React Native, and Flutter.
Crashes and ANR list
Crash details page in Apptics