appsflyer-flutter-plugin
appsflyer-flutter-plugin copied to clipboard
MissingPluginException(No implementation found for method setCollectIMEI & setCollectAndroidId on channel af-api)
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 <asynchronous suspension> flutter: ----------------------------------------------------
flutter: MissingPluginException(No implementation found for method setCollectAndroidId on channel af-api) flutter: #0 MethodChannel._invokeMethod package:flutter/…/services/platform_channel.dart:156 <asynchronous suspension> flutter: ----------------------------------------------------
Sdk Version
- appsflyer_sdk: ^6.3.5+2
DEVICE
- Device: Iphone 6s+
- OS: IOS 15.0
any solution?
This happens when calling apis that are platform exclusive, check Platform.isAndroid
first