AppsFlyerSDK / AdobeAirExtension-AppsFlyer

Adobe Air Extension for AppsFlyer
24 stars 22 forks source link

getConversionData returns wrong results on Android #2

Closed VoodooGames closed 4 years ago

VoodooGames commented 9 years ago

Hi,

We noticed a bug in the getConversionData() method : it doesn't work properly on Android.

During our test, AppsFlyer correctly attributed the app install to a "test" media source on the dashboard, but the media source returned by the ANE is not the same (we have "Organic").

We did the same test on iOS and it worked properly : the getConversionData() returned the proper media source.

appsFlyer.sendTracking();
appsFlyer.addEventListener(AppsFlyerEvent.INSTALL_CONVERSATION_DATA_LOADED, onConversionData);
appsFlyer.addEventListener(AppsFlyerEvent.INSTALL_CONVERSATION_FAILED, onConversionData);
appsFlyer.getConversionData();

Thanks for your help.

gmeroz commented 9 years ago

Did you call this code after the sendTracking() is called?

VoodooGames commented 9 years ago

Yes. Should i call it before?

VoodooGames commented 9 years ago

I updated the code in the first post accordingly.

sokoloff06 commented 4 years ago

Hi! We are closing this issue due to a lack of activity. Please feel free to re-open and let us know if that is still relevant. Thank you!