Skip to content

Anshul1507/InAppReviewPlayStore

Repository files navigation

In App Review Module 💡✅

Automatic Review API(for hosted PlayStore only) for Android Developers!✨✨


View a Demo example


Getting Started 🚀

# Clone this repository
$ git clone https://github.com/anshul1507/InAppReviewPlayStore

# Go into the repository 
$ cd InAppReviewPlayStore

# Remove current origin repository
$ git remote remove origin

Pre-requisties ⚽

# App should be on Playstore.

# Change applicationId to YOUR_PLAY_STORE_APP_ID (package name of hosted app) under app module's build.gradle.

# Android devices >= Android 5.0 (API level 21) that have the Google Play Store installed.

FAQ 🤔

# If you have already given rating in the past, in-app dialog will not show up. Sign-in with different account in play store and try again.

# Due to quota limitations, calling a launchReviewFlow method might not always display a dialog. It should not be linked with any button click event.

Shape with ❤ by @Anshul1507.