adobe_air_sdk icon indicating copy to clipboard operation
adobe_air_sdk copied to clipboard

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

Open idzdigital opened this issue 2 years ago • 0 comments

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.

idzdigital avatar Jun 17 '22 11:06 idzdigital