superwall / Superwall-Flutter

Remotely configure every aspect of your paywall and double your revenue.
MIT License
12 stars 6 forks source link

BridgingCreator._invokeBridgeInstanceCreation #9

Open pam3ec555 opened 4 months ago

pam3ec555 commented 4 months ago

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

yusuftor commented 4 months ago

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

pam3ec555 commented 3 months ago

Hello We call Superwall.shared.identify when we got an ID of a user.

Do the crashes occur immediately after launch?

I could not reproduce it as well. But we got a lot of crashes in the crashlytics