Skip to content

Releases: adjust/unity_sdk

Version 4.24.0

11 Dec 15:46
74cb2b9
Compare
Choose a tag to compare

Added

  • 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).
  • Added support for MSA SDK v1.0.23 in OAID plugin.

Note: Version 4.24.1 contains updated logic for proper handling of cost data, so please update to v4.24.1 or higher.


Native versions:


Pull Request #198

Version 4.23.2

02 Oct 12:22
71833d9
Compare
Choose a tag to compare

Added

  • Added note to Assets/Adjust menu toggling actions that project needs to be saved in order for actions to take effect.

Changed

  • Switched to usage of relative paths when working with AdjustSettings.asset file.

Native versions:


Pull Request #197

Version 4.23.1

28 Sep 23:42
ff24707
Compare
Choose a tag to compare

Fixed

  • Fixed duplicate ADJUrlStrategy symbol error.

Changed

  • Switched to usage of AssetDatabase instead of EditorPrefs to store relevant information from AdjustEditor.

Native versions:


Pull Request #195

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