Home > database >  In-App Review, whether it will show the review dialog if the user reviewed the app from playstore?
In-App Review, whether it will show the review dialog if the user reviewed the app from playstore?

Time:01-10

I implemented the in-app review feature and it bugs me that there is no proper documentation regarding quotas or corner-case scenarios.

Suppose if the user has already reviewed the app by going to the app page from the play store, will the user be prompted with the in-app review dialog or not?

It is such a simple case and should be in the documentation.

CodePudding user response:

No, they will not be shown the review dialog.

This is from personal experience and the following line in the Test in-app reviews part of the documentation:

When using an internal test track, the following conditions must be met:

  1. The user account does not currently have a review for the app.

With my app, the test users had to delete their old review (submitted through the play store) in order to be shown the dialog.

  •  Tags:  
  • Related