Google Play: In-App review

Android Blogger
3 min readOct 2, 2020
Photo by Matam Jaswanth on Unsplash

App publishers are always searching for better ways to improve get user feedback and collect 5 star reviews. Every day the Android users rate millions of apps, but how can you get those Android users to rate you’re app?

App developers can create a button “Rate me”, which links towards the Google Play store. This process is fine, but its navigates the user away from the app and into the Google Play store. To prevent this app switch Google has developed a new In-App Review API. This In-App Review flow creates an overlay within the app where the user can leave his review quick and fast.

How to implement the In-App Review API?

The In-App Review API is listed within Play Core library, add the package com.google.android.play:core:1.8.2 as a dependency.

After syncing the Android project you can use below example class to implement the In-App Review.

The ReviewManagerFactory is used to create a ReviewManager, when from the ReviewManager the requestReviewFlow() method is called the API is going to request the review flow.
On the background data is loaded and prepared by the API. Upon complete the method addOnCompleteListener() is called. When the response isSuccessful(), the ReviewManager is ready to call launchReviewFlow(activity, reviewInfo). This last call shows a Google Play Overlay over the app, which allows the user to rate youre App!

Tips / Tricks

What is the best moment to show the In-App review?
The best moment is for every app unique, for an informational app this can be after the user have used the app for multiple time. For a game this moment can be after the user finished a gameplay level or reached a new personal high-score. The best rating are created when the user is happy, try to search and tweak the best moment within the app.

We are looking forward to see within which apps you are going to execute this In-App Review. Feel free to share a link in the comments!

Links

With this guideline everybody can implement the In-App review flow of Google Play!

Thank you for reading this article, If you like this article, help others find this article by sharing it.

Originally published at https://androidadepth.blogspot.com on October 2, 2020.

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

Android Blogger
Android Blogger

Written by Android Blogger

An Android blogger who likes to share knowledge, ideas and solutions :)

No responses yet

Write a response