AppsFlyerSDK / appsflyer-cordova-plugin

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

Question: Huawei HMS SDK + OAID #219

Closed expcapitaldev closed 1 year ago

expcapitaldev commented 1 year ago

We are using last version of plugin 6.8.2 with android native SDK v6.8.2. It is mean we will have next "dependencies" from your plugin:

dependencies {
    implementation 'com.android.installreferrer:installreferrer:2.1'
    implementation 'com.appsflyer:af-android-sdk:6.8.2@aar'
    implementation 'com.android.support:support-annotations:28.0.0'
}

For Huawei HMS SDK + OAID I see next in your documentation: https://dev.appsflyer.com/hc/docs/oaid#huawei-hms-sdk-integration

 implementation 'com.appsflyer:af-android-sdk:6.9.4'
    implementation 'com.appsflyer:oaid:6.9.0'
  implementation 'com.huawei.hms:ads-identifier:3.4.56.300'

so , my question: we should update com.appsflyer:af-android-sdk or which versions we need to add for HMS SDK + OAID (see XXX):

 implementation 'com.appsflyer:af-android-sdk:XXX'
    implementation 'com.appsflyer:oaid:XXX'
  implementation 'com.huawei.hms:ads-identifier:XXX'
github-actions[bot] commented 1 year ago

👋 Hi @expcapitaldev and Thank you for reaching out to us. In order for us to provide optimal support, please submit a ticket to our support team at support@appsflyer.com. When submitting the ticket, please specify:

expcapitaldev commented 1 year ago

result: implementation 'com.appsflyer:oaid:6.9.0' implementation 'com.huawei.hms:ads-identifier:3.4.56.300'

expcapitaldev commented 1 year ago

we can update, the Cordova AppsFlyer plugin, without updating the OAID that shouldn't be a problem module. New version of the SDK should still be compatible with version 6.9.0 of the Oaid module. thanks