AppsFlyerSDK / AdobeAirExtension-AppsFlyer

Adobe Air Extension for AppsFlyer
24 stars 22 forks source link

setCollectAndroidID(true) is not sending the Android Id #11

Closed dcampano closed 7 years ago

dcampano commented 8 years ago

After upgrading our app to the latest ANE we are no longer able to access the Android Device Id. I have tried using ".setCollectAndroidID(true)" but the Android Id still isn't being passed in our postbacks. Is this the expected behavior?

dcampano commented 8 years ago

After reviewing the source code, it looks like this method is only used to disable collecting the android id.

Would it be possible to get the "setAndroidIdData" method added to this extension so we can also track the Android Id?

dcampano commented 8 years ago

12