Review UI not showing up on public release, works on internal test
See original GitHub issueSetup
Version Number of Plugin: 3 Device Tested On: Samsung S10e Android OS: 10 Package version used: 3.0.0-beta Android Package Format: Bundle
Bug
Running this code does not show review UI
MainThread.BeginInvokeOnMainThread(() =>
{
CrossStoreReview.Current.RequestReview(false);
});
What i have tried so far:
I have try with the following settings: 1) Linking : Sdk assemblies only Code shrinker : none Xamarin.Essentials.Platform.Init(this, savedInstanceState); is used on the MainActivity I have also try with skip linking assemblies and i have add the 3 assemblies from the readme. I have included the proguard file just in case although i don’t use proguard
2) I have also tried with linking and code shrinker to none and internal publishing and i still don’t see any UI
Maybe if it not possible to always show the UI to make the plugin open store page instead?
Issue Analytics
- State:
- Created 3 years ago
- Comments:15 (4 by maintainers)
Top Results From Across the Web
In-App Review doesn't show up in Internal Test Track
No errors show up when logging. I'm using the unity version of the plugin, here are some of the things I've tried and...
Read more >Internal testing track is active but not reviewed : r/androiddev
Hello android community, I'm trying to publish an app to internal track for testing. However, I can't see the app icon and phone...
Read more >Control when app changes are reviewed and published
If your app's first release roll-out is on an internal test track, the submission must be reviewed before it can be published. Reviews...
Read more >Test in-app reviews
In-app reviews require your app to be published in Play Store. However, you can test your integration without publishing your app to production ......
Read more >App review process and requirements for the ...
The app is still being tested and not ready for the public. The app has bugs or is not fully functional. Review criteria....
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
Alright @CDrosos you don’t seem to be alone! I tried to search this error and found it to be commonly occurring for native developers as well! Following this stackoverflow post, you can see that the most upvoted comment is the answer that mentions that for cases where you can see it in the internal app sharing but not in production, there is a bug that is being tracked here
@CDrosos That is good news! I hope your issue will be resolved.
Yes. I have a check to show review only once per lifetime, unless the sqllite database on app storage is also deleted. I believe reinstalling keeps the database. Did’nt wanted to spam users with review request.