Added communication with SKAdNetwork framework by default on iOS 14.
Added method deactivateSKAdNetworkHandling method to AdjustConfig to switch off default communication with SKAdNetwork framework in iOS 14.
Added wrapper method requestTrackingAuthorizationWithCompletionHandler to Adjust to allow asking for user's consent to be tracked in iOS 14 and immediate propagation of user's choice to backend.
Added handling of new iAd framework error codes introduced in iOS 14.
Added sending of value of user's consent to be tracked with each package.
Added setUrlStrategy method to AdjustConfig class to allow selection of URL strategy for specific market.
Added possibility to get cost data information in attribution callback.
Added setNeedsCost method to AdjustConfig to indicate if cost data is needed in attribution callback (by default cost data will not be part of attribution callback if not enabled with this setter method).
Added setPreinstallTrackingEnabled method to AdjustConfig to allow enabling of preintall tracking (this feature is OFF by default).
Note: 4.22.0 ANE is built to support iOS 14 for which you will need Adobe AIR SDK 33.1.1.300 or higher and Xcode 12 to compile your iOS app with.
deactivateSKAdNetworkHandling
method toAdjustConfig
to switch off default communication with SKAdNetwork framework in iOS 14.requestTrackingAuthorizationWithCompletionHandler
toAdjust
to allow asking for user's consent to be tracked in iOS 14 and immediate propagation of user's choice to backend.setUrlStrategy
method toAdjustConfig
class to allow selection of URL strategy for specific market.setNeedsCost
method toAdjustConfig
to indicate if cost data is needed in attribution callback (by default cost data will not be part of attribution callback if not enabled with this setter method).setPreinstallTrackingEnabled
method toAdjustConfig
to allow enabling of preintall tracking (this feature is OFF by default).Note: 4.22.0 ANE is built to support iOS 14 for which you will need Adobe AIR SDK 33.1.1.300 or higher and Xcode 12 to compile your iOS app with.