Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new Google Play In-App Review API not working, popup is not available #64

Closed
kw2019ltd opened this issue Aug 14, 2020 · 5 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@kw2019ltd
Copy link

hi
see below video where rating was request and Review popup not able to show

ezgif com-video-to-gif(2)

@kw2019ltd kw2019ltd added the bug Something isn't working label Aug 14, 2020
@Skyost
Copy link
Owner

Skyost commented Aug 14, 2020

Please fill the issue template. Then make sure you read this two things :

  1. "You must upload your app to the Play Store to test the plugin. An easy way to do this is to build an apk/app bundle and upload it via internal app sharing." From in_app_review.
  2. "To provide a great user experience, Google Play enforces a quota on how often a user can be shown the review dialog. Because of this, calling a launchReviewFlow method might not always display a dialog. For example, you should not have a call-to-action option (such as a button) to trigger a review as a user might have already hit their quota and the flow won’t be shown, presenting a broken experience to the user." From the official documentation. This means that when you call the showRateDialog (or showRateDialog) method with ignoreNative set to false, the Google Play Services may choose to not show the dialog.
@kw2019ltd
Copy link
Author

kw2019ltd commented Aug 14, 2020 via email

@Skyost
Copy link
Owner

Skyost commented Aug 15, 2020

@kw2019ltd You're talking about Google's new rating dialog or Rate my app rating dialog ?

@kw2019ltd
Copy link
Author

kw2019ltd commented Aug 15, 2020 via email

@Skyost
Copy link
Owner

Skyost commented Aug 15, 2020

@kw2019ltd They handle it as they want and the developer cannot do anything. They can decide to show it or to ignore your call. Also see :

Screenshot_1

Source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
2 participants