[Bug] In app review works exactly once and crashes on other attempts
See original GitHub issueBug
Version Number of Plugin: 3.0.0-beta Device Tested On: Google Pixel 4 XL (android 11), Xiaomi Mi 5 (android 8) Simulator Tested On: -
Expected Behavior
I can open in app review popup more then one time
Actual Behavior
Nothing happens or app crashes
Steps to reproduce the Behavior
- Install beta version of this app: https://play.google.com/store/apps/details?id=com.whitebox.nuretimetable
- Go to
Menu
tab - Click on
Rate the app
- After you’ll see in app review popup click outside it (so it closes)
- Click on
Rate the app
again - You won’t be able to open in app review popup again no matter what you do (even app reinstall won’t help)
Additional info
Video of the issue: https://photos.app.goo.gl/MoXgRaVmMw3FXnxX6 Source code: https://github.com/maxkoshevoi/NureTimetable/blob/master/NureTimetable/NureTimetable/UI/ViewModels/Info/MenuViewModel.cs#L57 Exception info: report-2517968357235299999-9b8f9ae9-4252-41b1-b305-72c434be123c.txt
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (3 by maintainers)
Top Results From Across the Web
App crashes in review but works we…
My app crashed for the second time in review but works well in simulator. It crashes on launch in their case and I...
Read more >App crashing only on AppStore reviewer's device during ...
The crash only happens for the reviewer when they purchase something and the successful purchase alert appears. Once they tap the "Ok" it ......
Read more >Is your app crashing on TestFlight? Issues and potential ...
This article looks into problems that may crash your app on TestFlight and provides potential workarounds and solutions.
Read more >App crashes only in release and only on physical device
My app crashes right after splashscreen on my physical devices (iPhone and an android phone), before ANY of my code is executed. I...
Read more >App crashes when installed from apk, works from debugger
Description I've created a MAUI app and tested it on my physical phone. It was installed through the debugger and I can debug...
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
Ow, so there is no point of calling this more then once a month? Interesting. Seems like it’s impossible (from a practical standpoint) to make this a button.
https://developer.android.com/guide/playcore/in-app-review#quotas
But still, calling
RequestReview
shouldn’t throw an exception, which it sometimes does now@maxkoshevoi Sounds great! Btw, check out the sample in the Play Core bindings library and see if you have the same exception