Skip to content

Releases: adjust/unity_sdk

Version 4.23.0

20 Aug 23:58
bfbdc65
Compare
Choose a tag to compare

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

Version 4.22.1

05 Jun 10:50
3a7cd6f
Compare
Choose a tag to compare

Fixed

  • Fixed copyWithZone: method implementation in ADJSubscription.m (native iOS SDK update).

Native versions:


Pull Request #182

Version 4.22.0

04 Jun 22:52
34f9724
Compare
Choose a tag to compare

Added

  • Added subscription tracking feature.

Native versions:


Pull Request #182

Version 4.21.3

04 May 10:56
f2a4681
Compare
Choose a tag to compare

Fixed

  • Removed iAd timer from iOS native SDK.

Native versions:


Pull Request #177

Version 4.21.2

15 Apr 14:40
809e2d8
Compare
Choose a tag to compare

Fixed

  • Added check for iOS timer source and block existence prior to starting it.

Native versions:


Pull Request #175

Version 4.21.1

09 Apr 14:38
6736202
Compare
Choose a tag to compare

Added

  • Added support for Huawei App Gallery install referrer.

Changed

  • Updated communication flow with iAd.framework.

Native versions:


Pull Request #174

Version 4.21.0

31 Mar 00:50
fe18126
Compare
Choose a tag to compare

Added

  • Added support for signature library as a plugin.
  • Added more aggressive sending retry logic for install session package.
  • Added additional parameters to ad_revenue package payload.

Changed

  • Built this SDK version with Unity 2017.4.1.

Native versions:


Pull Request #170

Version 4.20.1

21 Feb 13:02
658e6d4
Compare
Choose a tag to compare

Fixed

  • Fixed usage of deprecated TargetGuidByName API as of Unity 2019.3.0 (thanks to @epsmarkh).
  • Fixed unnecessary saving of AndroidManifest.xml file whose content was not changed during post build process (thanks to @nanasi880).

Native versions:


Pull Request #168

Version 4.20.0

16 Jan 12:54
cf101ea
Compare
Choose a tag to compare

Added

  • Added external device ID support.

Native versions:


Pull Request #164

Version 4.19.2

14 Jan 15:51
6b63da5
Compare
Choose a tag to compare

Added

  • Added Adjust SDK to Unity Asset Store. As of this version, you can add Adjust SDK from Unity Asset Store as well.

Changed

  • Removed support for Unity 5. This version of SDK is built with Unity 2017.1.1f1.
  • Changed plugin folder structure to make GitHub releases in sync with the ones from Unity Asset Store.

Native versions:


Pull Request #162