adobe_air_sdk
adobe_air_sdk copied to clipboard
How to enable "Ad-Services Info Reading" in Adjust ANE ?
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.