MinaSamir11 / react-native-in-app-review

The Google Play In-App Review API, App store rating API lets you prompt users to submit Play Store or App store ratings and reviews without the inconvenience of leaving your app or game.
MIT License
647 stars 57 forks source link

How to debug SCENE_DOESN'T_EXIST #101

Closed alpha0010 closed 2 years ago

alpha0010 commented 2 years ago

I received a SCENE_DOESN'T_EXIST from production error logging. Do you have any recommendations how I can track down (and fix) what occurred?

MinaSamir11 commented 2 years ago

if it happened with a user once, you can ignore this, because it comes from iOS of checking app foreground is active. it take an instance from UIWindowScene to launch flow.

if it's repeated every time with same user, may app with OS behave with unexpected way. which also you can't do something with this issue.

all you can do it. repeat launch review flow later on, or take this data to analytics tools with user who hasn't review your app due to error occurs at this time, etc

alpha0010 commented 2 years ago

I have not seen this come up recently, so probably just the foreground check you mention.