Android InAppReview Not Popping Up
See original GitHub issueBug
Version Number of Plugin: 3.1.0 and 3.2.0-beta Device Tested On: Samsung S10 (Android 11)
Expected Behavior
Android In App Review pops up when calling await CrossStoreReview.Current.RequestReview(false);
Actual Behavior
I am not being able to make this work. Android In App Review is not popping up.
Issue Info
-
Xamarin Essentials is setup correctly. I am calling the correct method and I added a pop up just to show that we are hitting that line: https://user-images.githubusercontent.com/38107971/125111047-a4415180-e0a2-11eb-98d8-735d8bc8d150.mov
-
This is how I created the internal Test. Is there any specific configuration needed? Or is this enough? Part 1: https://user-images.githubusercontent.com/38107971/125111233-e4083900-e0a2-11eb-8b84-4260bf175935.mov Part 2: https://user-images.githubusercontent.com/38107971/125111244-e79bc000-e0a2-11eb-99e1-0f7e9f0222b5.mov
-
The following video shows the app store and app behavior on an actual device. The
RequestReview
line is being hit, since the pop up show up: https://user-images.githubusercontent.com/38107971/125114533-51b66400-e0a7-11eb-92dd-268be42c6a7d.mp4 -
Logs using the following commands: adb shell logcat | grep com.marcetown.myapp logcat2.docx
-
Also, I am not sure if this is relevant, but no code shrinker is being used:
Request:
I don’t believe this is an actual bug on this library, I just need some help to fix this issue. I followed the suggestions on the other post, but I was not able to fix it. Here is a couple things I tried:
- I tried different accounts.
- Neither accounts reviewed the app yet.
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (5 by maintainers)
Top GitHub Comments
Just an update, this was because I was not using internal app sharing, but internal test. I had no idea they were different. I got it to work. Thank you again @saamerm!!! Arif and Suchita said hi! Again, thanks for the great work and for your positive impact on MSA even after you left Charter! You are the best!
Example of this working on MSA:
https://user-images.githubusercontent.com/38107971/125473847-f27be7cc-67b4-4266-a5b9-49754df7dbd4.mp4
grate work, I ill be checking it up.