HomeDocumentationAPI Reference
Getting StartedAPI ReferenceBug ReportingCrash ReportingAPMHelp Center

App Ratings & Reviews for Android

This page contains an overview of the information available in the App Ratings & Review section of the Instabug Docs for Android apps.

To start using App Ratings and Reviews, navigate to the App Reviews page on your dashboard from the side navigation bar and choose your app’s bundle ID or package name. Instabug will then automatically fetch your existing app store reviews and detect new reviews your app receives.

🚧

Min Required SDK Version

App Ratings & Reviews is supported starting Android SDK version 12.1.0.

Once you confirm your bundle ID, you’ll be able to track, monitor, and debug App Reviews and Ratings.

Track App Reviews

In the App Reviews page in the side navigation bar, you’ll find a list of all reviews your app received, where you'll be able to view the following metadata:

  • Rating
  • Review
  • Date
  • App Version

Monitor App Ratings

From the App Overview page, you’ll be able to monitor your overall app rating per country to see how your ratings are distributed and see a chart for the Rating over time.

By clicking on view all reviews button, you’ll be redirected to the App Reviews page to see a list of all your reviews.

Monitor App Ratings and Reviews for each Release

From the releases page, you’ll be able to see the Average Rating for each release. This average rating is calculated based on the star rating associated with each review the user wrote on the store for this app version.

From the release details page, you'll be able to see a breakdown of your App Rating based on the number of stars.

In the comparison table, you’ll be able to see the current version rating and compare it across different releases.

Once you navigate to the summary tab, you'll be able to see an AI-generated summary of the reviews for this release to get an idea about the end user sentiment.

Debug App Reviews

Tracking your app's ratings and reviews is only the first step. Combining Ratings and Reviews with Instabug's Session Replay allows you to view a list of the sessions related to a specific review and replay them to understand the experience that led to that review.

How It Works

Native In-App Prompt

If you’re using the native in-app rating API, Our SDK will automatically detect the suspected sessions that are related to the reviews you receive on the dashboard.

Once you click on "View Session" CTA, you'll be redirected to the list of suspected sessions we matched for this review.

When you click on session details, you'll be able to replay the session associated with that review and see all the needed debugging data that would help you resolve the issue.

Custom App Rating Prompt

If you’re using a custom app rating prompt to ask users to rate your app, please make sure to call the below API once the user clicks on the CTA that redirects to the store.

Instabug.willRedirectToStore();
Instabug.willRedirectToStore()

When the above API is used, we will be able to detect the suspected sessions for the reviews submitted through the custom prompt. This will give you valuable insights into what happened during the session.