britannio / in_app_review

A Flutter plugin for showing the In-App Review/System Rating pop up on Android, IOS, and MacOS. It makes it easy for users to rate your app.
306 stars 78 forks source link

Non fatal issue detected with Crashlytics #41

Closed fvisticot closed 2 years ago

fvisticot commented 3 years ago

I get this error on the firebase craslytics console: This error occurs not very often.

PlatformException(no-scene, In-App Review could not find active scene, null, null)

Non-fatal Exception: FlutterError 0 ??? 0x0 StandardMethodCodec.decodeEnvelope + 597 (message_codecs.dart:597) 1 ??? 0x0 MethodChannel._invokeMethod + 158 (platform_channel.dart:158)

Version: 2.0.2

fvisticot commented 3 years ago

I get this error on the firebase craslytics console: This error occurs not very often.

PlatformException(no-scene, In-App Review could not find active scene, null, null)

Non-fatal Exception: FlutterError 0 ??? 0x0 StandardMethodCodec.decodeEnvelope + 597 (message_codecs.dart:597) 1 ??? 0x0 MethodChannel._invokeMethod + 158 (platform_channel.dart:158)

Version: 2.0.2

Number of bugs regarding this issue is growing in crashlytics. Any idea to help me to fix this issue ?

luandnguyen commented 3 years ago

I'm seeing this as well on my error reporting tool. This only happens on iOS and not on Android.

fvisticot commented 2 years ago

I have this error for a lot of my iOS Users (more than 150). Can you please help me to find a solution for iOS ?

britannio commented 2 years ago

I have fixed this issue in https://github.com/britannio/in_app_review/commit/048e8bd38a1edd3789c04771406ae7bb09384441. V2.0.3 will be released shortly with the fix!

britannio commented 2 years ago

V2.0.3 has been released!