Releases: adjust/unity_sdk
Releases · adjust/unity_sdk
Version 4.34.0
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 theAdjustConfig
instance. - Added support for purchase verification. In case you are using this feature, you can now use it by calling
verifyAppStorePurchase
(for iOS) andverifyPlayStorePurchase
(for Android) methods of theAdjust
instance.
Native SDKs
Pull Request #275
Version 4.33.2
Version 4.33.1
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
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 ofAdjustConfig
instance withAdjustConfig.AdjustUrlStrategyCn
parameter.
Fixed
- Added addition of
GCC_ENABLE_OBJC_EXCEPTIONS
toUnityFramework
target (if present) fromAdjustEditor
.
Native SDKs
Pull Request #263
Version 4.32.2
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
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
Added
- Added partner sharing settings to the third party sharing feature.
- Added
getLastDeeplink
getter toAdjust
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
Version 4.30.0
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 theREADME
. - 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 ofAdjustConfig
instance with boolean parametertrue
. - 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 ofAdjustConfig
instance with boolean parametertrue
. - Added
checkForNewAttStatus
method toAdjust
API to allow iOS apps to instruct to SDK to check ifatt_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
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