Releases: adjust/unity_sdk
Releases · adjust/unity_sdk
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
Version 4.29.6
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
Version 4.29.4
Fixed
- Fixed missing authorization header in retry requests on Android.
Native versions:
Pull Request #230
Version 4.29.3
Fixed
- Fixed missing authorization header in retry requests on Android.
Native versions:
Pull Request #225
Version 4.29.2
Changed
- Added deep link URL decoding before parsing its parameters for Android platform.
Native versions:
Pull Request #220