GithubHelp home page GithubHelp logo

momenzaq / inappreview Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 2.0 5 KB

prompt users to submit Play Store ratings and reviews without the inconvenience of leaving your app or game.

Java 100.00%
android google googleplay review

inappreview's Introduction

InAppReview

The Google Play In-App Review API lets you prompt users to submit Play Store ratings and reviews without the inconvenience of leaving your app or game.

Generally, the in-app review flow (see figure 1) can be triggered at any time throughout the user journey of your app. During the flow, the user has the ability to rate your app using the 1 to 5 star system and to add an optional comment. Once submitted, the review is sent to the Play Store and eventually displayed.

Image of flexible_flow

How to use this class?

1- add this line to your gradle

implementation 'com.google.android.play:core:1.8.0'

2- copy the class to your project

3- call this method from your activity

for in-app review

inAppReviewHelper.displayInAppReview()

if you have "rate app" button

inAppReviewHelper.reviewAppOnGooglePlay()

When will the dialog display?

1- the app is already on google play

2- and the user account does not currently have a review for the app

3- the in-app review quota has not already hit

How to test it?

You can test it using test in-app review.

For more details Support in-app review.

inappreview's People

Contributors

momenzaq avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

inappreview's Issues

How will you decide when to call reviewAppOnGooglePlay() method

// as a user might have already hit their quota and the flow won’t be shown. In this case call reviewAppOnGooglePlay method.

As per your comments How will you get to know that in app review flow is displayed or not ?

Is there any workaround to know whether review flow is shown or not please suggest.

Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.