Releases: adjust/unity_sdk
Releases · adjust/unity_sdk
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
Version 4.29.1
Added
- [beta] Added data residency support for US region. You can choose this setting by calling
setUrlStrategy
method ofAdjustConfig
instance withAdjustConfig.AdjustDataResidencyUS
parameter.
Fixed
- Removed 5 decimal places formatting for ad revenue value.
Native versions:
Pull Request #220
Version 4.29.0
Added
- Added
conversionValueUpdatedDelegate
callback toAdjustConfig
which can be used to get information when Adjust SDK updates conversion value for the user. - [beta] Added data residency support for Turkey region. You can choose this setting by calling
setUrlStrategy
method ofAdjustConfig
instance withAdjustConfig.AdjustDataResidencyTR
parameter. - Added
trackAdRevenue(AdjustAdRevenue)
method toAdjust
interface to allow tracking of ad revenue by passingAdjustAdRevenue
object as parameter. - Added support for
AppLovin MAX
ad revenue tracking.
Changed
- Removed unused ad revenue constants.
Native versions:
Pull Request #218
Version 4.28.0
Version 4.27.0
Added
- Added data residency feature. Support for EU data residency region is added. You can choose this setting by calling
setUrlStrategy
method ofAdjustConfig
instance withAdjustConfig.AdjustDataResidencyEU
parameter. - Added preinstall tracking with usage of system installer receiver on Android platform.
- Added support for MSA SDK v1.0.25 to OAID plugin.
Fixed
- Fixed attribution value comparison logic which might cause same attribution value to be delivered into attribution callback on iOS platform.
Native versions:
Pull Request #213
Version 4.26.1
Fixed
- Fixed ambiguous API invocation error in certain Unity IDE setups.
Native versions:
Pull Request #206
Version 4.26.0
Added
- Added support for Apple Search Ads attribution with usage of
AdServices.framework
. - Added
setAllowAdServicesInfoReading
method toAdjustConfig
to allow option for users to prevent SDK from performing any tasks related to Apple Search Ads attribution with usage ofAdServices.framework
. - Added wrapper method
updateConversionValue
method toAdjust
to allow updating SKAdNetwork conversion value via SDK API. - Added
getAppTrackingAuthorizationStatus
getter toAdjust
instance to be able to get current iOS app tracking status. - Added improved measurement consent management and third party sharing mechanism.
- Added public constants to be used as sources for ad revenue tracking with
trackAdRevenue
method.
Fixed
- Fixed hardcoded scene name under the hood of
requestTrackingAuthorizationWithCompletionHandler
method which caused that game object was always expected to be named "Adjust".
Native versions:
Pull Request #206