Skip to content

Releases: adjust/unity_sdk

Version 4.34.0

21 Aug 19:33
ef6c368
Compare
Choose a tag to compare

Added

  • Added ability to delay SDK start on iOS platform in order to wait for an answer to the ATT dialog. You can set the number of seconds to wait (capped internally to 120) by calling the setAttConsentWaitingInterval method of the AdjustConfig instance.
  • Added support for purchase verification. In case you are using this feature, you can now use it by calling verifyAppStorePurchase (for iOS) and verifyPlayStorePurchase (for Android) methods of the Adjust instance.

Native SDKs


Pull Request #275

Version 4.33.2

25 Jul 17:35
323e43b
Compare
Choose a tag to compare

Fixed

  • Fixed iOS compile time errors caused by hanging references to removed iAd.framework handling logic (#271).

Native SDKs


Pull Request #272

Version 4.33.1

07 Jul 18:39
401e8cf
Compare
Choose a tag to compare

Added

  • Added ability to read App Set ID on Android platform in case you opt in by adding the com.google.android.gms:play-services-appset dependency to your Android app.

Native SDKs


Pull Request #270

Version 4.33.0

08 Dec 11:44
fe1de07
Compare
Choose a tag to compare

Added

  • Added support for SKAD 4.0.
  • Added support for Samsung install referrer.
  • Added support to OAID plugin for MSA SDK v2.0.0.
  • Added support for setting a new China URL Strategy. You can choose this setting by calling setUrlStrategy method of AdjustConfig instance with AdjustConfig.AdjustUrlStrategyCn parameter.

Fixed

  • Added addition of GCC_ENABLE_OBJC_EXCEPTIONS to UnityFramework target (if present) from AdjustEditor.

Native SDKs


Pull Request #263

Version 4.32.2

14 Nov 14:40
fb74fa0
Compare
Choose a tag to compare

Fixed

  • Fixed conversion bug which caused transaction_date parameter of iOS subscription tracking to be wrongly formatted.

Native SDKs


Pull Request #258

Version 4.32.1

26 Sep 09:06
2db63e5
Compare
Choose a tag to compare

Fixed

  • Fixed issue where signature was not being loaded for Unity IDE versions which are using UnityFramework Xcode target.

Native SDKs


Pull Request #254

Version 4.32.0

15 Sep 21:12
32381d6
Compare
Choose a tag to compare

Added

  • Added partner sharing settings to the third party sharing feature.
  • Added getLastDeeplink getter to Adjust API to be able to get last tracked deep link by the SDK for iOS platform.

Changed

  • Switched to adding permission com.google.android.gms.permission.AD_ID in the Android app's manifest by default (in case you would like to remove this permission from your app, please check our native Android docs in Help Center).

Native SDKs


Pull Request #252

Version 4.31.0

03 Aug 11:53
977bbfb
Compare
Choose a tag to compare

Added

  • Added support for LinkMe feature.
  • Added support to get Facebook install referrer information in attribution callback.
  • Added README instructions about how to add Android dependencies via Google External Dependency Manager (#229).

Native SDKs


Pull Request #247

Version 4.30.0

05 May 11:21
953d7cb
Compare
Choose a tag to compare

Added

  • Added all the missing SDK configuration settings into the Adjust prefab.
  • Added possibility for users to control iOS and Android post-build process directly from inspector menu of the Adjust prefab.
  • Added possibility for users to set up deep linking directly from Adjust prefab inspector menu. For up to date information, please check Deeplinking overview chapter of the README.
  • Added possibility for users to set up iOS tracking request dialog text directly from Adjust prefab inspector menu.
  • Added ability to mark your app as COPPA compliant. You can enable this setting by calling setCoppaCompliantEnabled method of AdjustConfig instance with boolean parameter true.
  • Added ability to mark your Android app as app for the kids in accordance to Google Play Families policies. You can enable this setting by calling setPlayStoreKidsAppEnabled method of AdjustConfig instance with boolean parameter true.
  • Added checkForNewAttStatus method to Adjust API to allow iOS apps to instruct to SDK to check if att_status might have changed in the meantime.

Changed

  • Redesigned Adjust prefab inspector menu appearance.

Kudos

Kudos to Ivan and Evgeny for all the contributions to this release.


Native versions:


Pull Request #241

Version 4.29.7

04 Mar 13:20
cd4159f
Compare
Choose a tag to compare

Fixed

  • Fixed crash occurrences in scenarios where one was passing null as value of either key or value of callback or partner parameter on iOS platform.
  • Fixed crash occurrences in scenarios where one was passing null as value of any of the parameters of the granular third party sharing options on iOS platform.

Native versions:


Pull Request #239