-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
Labels
bug
Something isn't working
Comments
Please fill the issue template. Then make sure you read this two things :
|
Yes i see its now working, Q if user decide not now will the popup
displayed again according to old functionality?
…On Fri, Aug 14, 2020, 13:44 Hugo Delaunay ***@***.***> wrote:
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 <https://play.google.com/apps/publish/internalappsharing/>."
From in_app_review <https://pub.dev/packages/in_app_review#android>.
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
<https://developer.android.com/guide/playcore/in-app-review>. 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.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#64 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALJEI6XUP6AR5OXIQAYLFOLSAUIRRANCNFSM4P7H6RRQ>
.
|
@kw2019ltd You're talking about Google's new rating dialog or Rate my app rating dialog ? |
Google dialog.
…On Sat, Aug 15, 2020, 13:29 Hugo Delaunay ***@***.***> wrote:
@kw2019ltd <https://github.com/kw2019ltd> You're talking about Google's
new rating dialog or Rate my app rating dialog ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#64 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALJEI6WIE76BZV352WFJGTTSAZPPVANCNFSM4P7H6RRQ>
.
|
@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 : |
This was referenced Aug 17, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hi
see below video where rating was request and Review popup not able to show
The text was updated successfully, but these errors were encountered: