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.

Review UI not showing up on public release, works on internal test

See original GitHub issue

Setup

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:closed
  • Created 3 years ago
  • Comments:15 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
saamermcommented, Nov 2, 2020

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

1reaction
justcoding121commented, Nov 2, 2020

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

Read more comments on GitHub >

github_iconTop 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 >

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