question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Android InAppReview Not Popping Up

See original GitHub issue

Bug

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

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

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

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

  4. Logs using the following commands: adb shell logcat | grep com.marcetown.myapp logcat2.docx

  5. Also, I am not sure if this is relevant, but no code shrinker is being used: Screen Shot 2021-07-09 at 10 39 48 AM

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:closed
  • Created 2 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
marcelo2231commented, Jul 13, 2021

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

2reactions
msk-robincommented, Jul 13, 2021

grate work, I ill be checking it up.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Play Core In-App Review API not showing the Review Activity
Make Sure the version of beta app is greater then the currently Live application if its not then it will not show up...
Read more >
In App Review API - dialog not showing [162969017]
I just included the In App Review API and noticed one problem. It showed the dialog one time (as per documentation), but if...
Read more >
In app Review not showing the popup - Android Community
hi team, I have a problem regarding google in app review feature,. so i tried to trigger this popup using below codes. and...
Read more >
In-app review prompt not showing up · Issue #193
I use com.google.play.review-1.7.0.unitypackage with Unity version 2021.3.0f1. The prompt has worked a few months ago but now it never shows ...
Read more >
Google Play In-App Reviews API
The Google Play In-App Review API lets you prompt users to submit Play Store ratings ... Do not prompt the user excessively for...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found