You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I got an error in my crashlytics from a lot of Android users but couldn't reproduce it locally.
Fatal Exception: io.flutter.plugins.firebase.crashlytics.FlutterError: MissingPluginException(No implementation found for method createBridgeInstance on channel SWK_BridgingCreator)
at MethodChannel._invokeMethod(platform_channel.dart:332)
at BridgingCreator._invokeBridgeInstanceCreation(BridgingCreator.dart:30)
at BridgingCreator._ensureBridgeCreated(BridgingCreator.dart:44)
at BridgeAdditions.ensureBridgeCreated(BridgingCreator.dart:129)
at MethodChannelBridging.invokeBridgeMethod(BridgingCreator.dart:83)
at PublicIdentity.identify(Superwall.dart:310)
The error exists on superwallkit_flutter: 1.1.4
The text was updated successfully, but these errors were encountered:
Can you provide any context/code for how and when you are calling Superwall.shared.identify(userId:)? Do the crashes occur immediately after launch? What's the pattern of behaviour here? I've been trying to reproduce this and #10 but I've been unsuccessful so far
Hello, I got an error in my crashlytics from a lot of Android users but couldn't reproduce it locally.
Fatal Exception: io.flutter.plugins.firebase.crashlytics.FlutterError: MissingPluginException(No implementation found for method createBridgeInstance on channel SWK_BridgingCreator)
at MethodChannel._invokeMethod(platform_channel.dart:332)
at BridgingCreator._invokeBridgeInstanceCreation(BridgingCreator.dart:30)
at BridgingCreator._ensureBridgeCreated(BridgingCreator.dart:44)
at BridgeAdditions.ensureBridgeCreated(BridgingCreator.dart:129)
at MethodChannelBridging.invokeBridgeMethod(BridgingCreator.dart:83)
at PublicIdentity.identify(Superwall.dart:310)
The error exists on superwallkit_flutter: 1.1.4
The text was updated successfully, but these errors were encountered: