Skip to content

Version 4.23.0

Compare
Choose a tag to compare
@uerceg uerceg released this 20 Aug 23:58
· 545 commits to master since this release
bfbdc65

Added

  • 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 new entries to Assets/Adjust menu (Assets/Adjust/Is iOS 14 Support Enabled and Assets/Adjust/Toggle iOS 14 Support) to enable / disable iOS 14 support when building iOS project. If enabled, resulting Xcode project will get StoreKit.framework and AppTrackingTransparency.framework linked 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