AppsFlyerSDK / appsflyer-flutter-plugin

Flutter Plugin for AppsFlyer SDK
MIT License
142 stars 111 forks source link

MissingPluginException(No implementation found for method setCollectIMEI & setCollectAndroidId on channel af-api) #181

Open tegarnugroho opened 2 years ago

tegarnugroho commented 2 years ago

Bug after i set setCollectIMEI & setCollectAndroidId false, always get this error when run on IOS

`flutter: MissingPluginException(No implementation found for method setCollectIMEI on channel af-api) flutter:

0 MethodChannel._invokeMethod

package:flutter/…/services/platform_channel.dart:156

flutter: ---------------------------------------------------- ` `flutter: MissingPluginException(No implementation found for method setCollectAndroidId on channel af-api) flutter: #0 MethodChannel._invokeMethod package:flutter/…/services/platform_channel.dart:156 flutter: ----------------------------------------------------` ***Sdk Version*** - appsflyer_sdk: ^6.3.5+2 **DEVICE** - Device: Iphone 6s+ - OS: IOS 15.0
bhanuka96 commented 2 years ago

any solution?

ciriousjoker commented 7 months ago

This happens when calling apis that are platform exclusive, check Platform.isAndroid first