Added
- Added communication with SKAdNetwork framework by default on iOS 14.
- Added method
deactivateSKAdNetworkHandlingmethod toAdjustConfigto switch off default communication with SKAdNetwork framework in iOS 14. - Added wrapper method
requestTrackingAuthorizationWithCompletionHandlertoAdjustto 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
setUrlStrategymethod toAdjustConfigclass to allow selection of URL strategy for specific market. - Added new entries to
Assets/Adjustmenu (Assets/Adjust/Is iOS 14 Support EnabledandAssets/Adjust/Toggle iOS 14 Support) to enable / disable iOS 14 support when building iOS project. If enabled, resulting Xcode project will getStoreKit.frameworkandAppTrackingTransparency.frameworklinked to it.
⚠️ Note: iOS 14 beta versions prior to 5 appear to have an issue when trying to use iAd framework API like described in here. For testing of v4.23.0 version of SDK in iOS, please make sure you're using iOS 14 beta 5 or later.
Native versions:
Pull Request #182