appsflyer-flutter-plugin icon indicating copy to clipboard operation
appsflyer-flutter-plugin copied to clipboard

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

Open tegarnugroho opened this issue 3 years ago • 2 comments

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

tegarnugroho avatar Dec 01 '21 08:12 tegarnugroho

any solution?

bhanuka96 avatar Mar 14 '22 03:03 bhanuka96

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

ciriousjoker avatar Nov 26 '23 22:11 ciriousjoker