StoreReviewPlugin: RequestReview not working on Android

Bug

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.

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 22 (11 by maintainers)

Most upvoted comments

Hey @upsilondynamics !

  • Did you test it in the “Internal App Sharing” method of Android?
  • Also, did you try to take a look at this thread? #13
  • Could you try to download from a different android device using a different play store account?

@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.

Might be helpful if the StoreReviewImplementation class would allow to check the result of RequestReviewFlow only, without calling LaunchReviewFlow on success. If the result is not successfull, I’d rather prefer not to show the rate-button in my app at all. 😃

I have . i saw that video of your and followed the exact steps 😦