idzdigital
idzdigital
I have added the ANE is my Google Play project. I am creating AAB but while creating it, I am getting the following error. 
I am getting this built time error saying... ERROR:The content cannot be loaded because there was a problem loading an extension: Error: Requested extension com.rainbowcreatures.FWEncoderANE is not supported for Windows-x86....
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...