-
Notifications
You must be signed in to change notification settings - Fork 122
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
Not opening review #44
Comments
Got the same in iOS and in Android. After version 2.0.0 began to fail in production |
can you provide more info? Is there something else? this is not using any apis that would prevent it from being rejected |
I have the same issue. I just noticed, that the app is "AppLifecycleState.inactive" a very short time, without anything happening. isRequestReviewAvailable before shows following in the console:
linkToDeath looks interesting... |
I have the same issue. It's not working for me. |
I have it in production for iOS and android using the latest. What part is not working? |
All part's dosn't working. I try to requestReview and i don't see dialog anytime. AppReview.requestReview.then((value) {
print(value);
}); |
It is working in internal test and internal share but doesn't work in production.
Can i get fix its in production. Android Google play store.
I have admob_flutter in production
The text was updated successfully, but these errors were encountered: