RequestReview not working on Android
See original GitHub issueBug
Version Number of Plugin: 2.0.0.5 Device Tested On: Xiaomi Mi A1 (Android 9) Simulator Tested On: None
Expected Behavior
Popup showing
Actual Behavior
Popup not showing
Steps to reproduce the Behavior
Call
await Plugin.StoreReview.CrossStoreReview.Current.RequestReview(false);
Description
Hello, I uploaded my app to Play Store, downloaded it from there and the in-app review popup won’t show. The problem does not occur on iOS, where the plugin works correctly. On Android nothing happens after calling the RequestReview function. I plugged the device and watched its output in Android Studio, but haven’t found anything related. If it’s a known issue that has been already fixed in the 3.1.0 version of the plugin, please let me know.
Issue Analytics
- State:
- Created 2 years ago
- Comments:22 (11 by maintainers)
Top Results From Across the Web
expo-store-review not working when StoreReview. ...
1 Answer 1 ... Yes, it matters that you have already done a review. StoreReview is a wrapper around the App Store and...
Read more >Expo StoreReview
requestReview () is capable directing the user to some kind of store review flow. If the app config ( app.json ) does not...
Read more >Google Play In-App Reviews API
In-app reviews only work on the following devices: Android devices (phones and tablets) running Android 5.0 (API level 21) or higher that have ......
Read more >in_app_review plugin not working : r/flutterhelp
I have tried these two techniques to trigger in_app_review dialog box, once the app is opened the second time or the other one...
Read more >in_app_review | Flutter Package
Testing requestReview() on Android isn't as simple as running your app via the emulator or a physical device. See Testing for more info....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey @upsilondynamics !
@gogolon if it shows up on Internal App Sharing then there’s nothing else you can do. As I shared in the closed issues as well, there are some known issues in the native play core package that are unresolved that are faced by Java/kotlin Devs as well.