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.

[Bug] In app review works exactly once and crashes on other attempts

See original GitHub issue

Bug

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

  1. Install beta version of this app: https://play.google.com/store/apps/details?id=com.whitebox.nuretimetable
  2. Go to Menu tab
  3. Click on Rate the app
  4. After you’ll see in app review popup click outside it (so it closes)
  5. Click on Rate the app again
  6. 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:closed
  • Created 3 years ago
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
maxkoshevoicommented, Nov 15, 2020

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

image

But still, calling RequestReview shouldn’t throw an exception, which it sometimes does now

0reactions
saamermcommented, Nov 15, 2020

@maxkoshevoi Sounds great! Btw, check out the sample in the Play Core bindings library and see if you have the same exception

Read more comments on GitHub >

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

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