Anshul1507 / InAppReviewPlayStore

Module to show review app screen in your hosted apps.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Module to show review app screen in your hosted apps.


Languages

Language:Kotlin 100.0%