AppsFlyerSDK / appsflyer-cordova-plugin

AppsFlyer plugin for Cordova
MIT License
37 stars 71 forks source link

capacitor3 anroid build-error #176

Closed bdhwan closed 2 years ago

bdhwan commented 2 years ago

when install capacitor 3

  1. android.support.annotation.NonNull -> import androidx.annotation.NonNull;
  2. AppsFlyerLib.getInstance().setDisableAdvertisingIdentifiers -> no setDisableAdvertisingIdentifiers functions on com.appsflyer:af-android-sdk:6.3.2@aar
  3. @param purchase info, success and failure callbacks -> differ param
pazlavi commented 2 years ago

Hi @bdhwan , Thank you for the PR.