Releases: adjust/unity_sdk
Releases · adjust/unity_sdk
Version 4.36.0
Added
- Added support for Meta install referrer.
- Added support for Google Play Games on PC.
- Added support for
TopOn
andAD(X)
ad revenue tracking. - Added a new type of URL strategy called
AdjustConfig.AdjustUrlStrategyCnOnly
. This URL strategy representsAdjustConfig.AdjustUrlStrategyCn
strategy, but without fallback domains. - Added
setReadDeviceInfoOnceEnabled(bool)
method toAdjustConfig
to indicate if Android device info should be read only once.
Native SDKs
Pull Request #282
Version 4.35.2
Added
- Added sending of
event_callback_id
parameter (if set) with the event payload.
Native SDKs
Pull Request #280
Version 4.35.1
Fixed
- Fixed issue with signing iOS requests post ATT delay timer expiry.
Native SDKs
Pull Request #279
Version 4.35.0
Added
- Added support for SigV3 library. Update authorization header building logic to use
adj_signing_id
. - Added
setAndroidFinalAttributionEnabled
method toAdjustConfig
to indicate if only final Android attribution is needed in attribution callback (by default attribution callback return intermediate attribution as well before final attribution if not enabled with this setter method).
Native SDKs
Pull Request #278
Version 4.34.1
Added
- Added more logging around ATT delay timer feature to indicate that it's activated.
Fixed
- Fixed issue where subsequent calls to active state callback would make ATT delay timer elapse sooner.
- Removed unnecessary
AdjustSettings.asset
file out of.unitypackage
.
Native SDKs
Pull Request #276
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