Version 4.23.0
Added
- Added communication with SKAdNetwork framework by default on iOS 14.
- Added method
deactivateSKAdNetworkHandling
method toAdjustConfig
to switch off default communication with SKAdNetwork framework in iOS 14. - Added wrapper method
requestTrackingAuthorizationWithCompletionHandler
toAdjust
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 toAdjustConfig
class to allow selection of URL strategy for specific market. - Added new entries to
Assets/Adjust
menu (Assets/Adjust/Is iOS 14 Support Enabled
andAssets/Adjust/Toggle iOS 14 Support
) to enable / disable iOS 14 support when building iOS project. If enabled, resulting Xcode project will getStoreKit.framework
andAppTrackingTransparency.framework
linked to it.
Native versions:
Pull Request #182