adobe_air_sdk
adobe_air_sdk copied to clipboard
This is the Adobe AIR SDK of
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...
Is there any plan for adding support for Windows in a foreseeable future? More platform support for Air projects would be amazing overall.
I have followed the guide but keep getting these errors in my debug logs: 11-12 13:33:02.805 8068 8499 E Adjust : Failed to track session. (Certificate failed: javax.net.ssl.SSLHandshakeException: SSL handshake...
Hi, I want to use `appTrackingAuthorizationStatus` method. Could you please support this? https://github.com/adjust/ios_sdk/blob/master/Adjust/Adjust.h#L308