la-haus / flutter-segment

Segment.io library for flutter
MIT License
22 stars 138 forks source link

MissingPluginException(No implementation found for method config on channel flutter_segment) #79

Open Pexeed opened 1 year ago

Pexeed commented 1 year ago

Hello, we recently updated to 3.12.1 version and also improved our error catching with the latest Firebase Crashlytics SDK version.

We are now seeing the following error happening in production according to Crashlytics, but only for iOS devices:

MethodChannel._invokeMethod
FlutterError - MissingPluginException(No implementation found for method config on channel flutter_segment)
0  ???                            0x0 MethodChannel._invokeMethod + 308 (platform_channel.dart:308)
1  ???                            0x0 SegmentMethodChannel.config + 15 (segment_method_channel.dart:15)

We were not able to reproduce it locally yet, but seems like an issue in the config call for iOS native SDK. We are unsure how this is affecting our segment events, from our analysis the iOS events seems to be flowing through without issues, so might not be a big deal.

We haven't updated to the latest version 3.13.0 because of a conflict with the Flutter Appsflyer SDK, but if it fixes this we can take a look into updating it as soon as possible.

danielgomezrico commented 1 year ago

Is this a duplicate of this issue?