adjust / adobe_air_sdk

This is the Adobe AIR SDK of
http://adjust.com
Other
24 stars 12 forks source link

How to enable "Ad-Services Info Reading" in Adjust ANE ? #65

Open idzdigital opened 2 years ago

idzdigital commented 2 years ago

We have integrated Adjust ANE in our Adobe AIR app we have made the following changes in the code :

adjustConfig.deactivateSKAdNetworkHandling();
adjustConfig.setAllowiAdInfoReading(false);  //Deprecated framework
adjustConfig.setAllowIdfaReading(false);

but we are unable to find the function to enable setAllowAdServicesInfoReading in Adjust SDK for Adobe AIR

Kindly guide us.