Skip to content

Releases: adjust/unity_sdk

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

Version 4.29.6

09 Feb 13:28
32f6bba
Compare
Choose a tag to compare

Added

  • Added support for Unity ad revenue tracking.
  • Added support for Helium Chartboost ad revenue tracking.
  • Added support for MSA SDK v1.1.0 to OAID plugin.

Native versions:


Pull Request #238

Version 4.29.5

07 Dec 13:51
6fb552d
Compare
Choose a tag to compare

Added

  • Added support for Admost ad revenue tracking.

Native versions:


Pull Request #237

Version 4.29.4

07 Sep 12:51
c4d8a75
Compare
Choose a tag to compare

Fixed

  • Fixed missing authorization header in retry requests on Android.

Native versions:


Pull Request #230

Version 4.29.3

27 Jul 11:23
240b216
Compare
Choose a tag to compare

Fixed

  • Fixed missing authorization header in retry requests on Android.

Native versions:


Pull Request #225

Version 4.29.2

23 Jun 12:16
8b68602
Compare
Choose a tag to compare

Changed

  • Added deep link URL decoding before parsing its parameters for Android platform.

Native versions:


Pull Request #220