Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BridgingCreator._invokeBridgeInstanceCreation #9

Open
pam3ec555 opened this issue May 13, 2024 · 2 comments
Open

BridgingCreator._invokeBridgeInstanceCreation #9

pam3ec555 opened this issue May 13, 2024 · 2 comments

Comments

@pam3ec555
Copy link

pam3ec555 commented May 13, 2024

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
Copy link
Contributor

yusuftor commented Jun 3, 2024

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
Copy link
Author

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

Do the crashes occur immediately after launch?

  • no. It can be occured at any time

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants