Releases: adjust/unity_sdk
Releases · adjust/unity_sdk
Version 4.24.0
Added
- Added possibility to get cost data information in attribution callback.
- Added
setNeedsCost
method toAdjustConfig
to indicate if cost data is needed in attribution callback (by default cost data will not be part of attribution callback if not enabled with this setter method). - Added
setPreinstallTrackingEnabled
method toAdjustConfig
to allow enabling of preintall tracking (this feature is OFF by default). - Added support for MSA SDK v1.0.23 in OAID plugin.
Note: Version 4.24.1 contains updated logic for proper handling of cost data, so please update to v4.24.1 or higher.
Native versions:
Pull Request #198
Version 4.23.2
Added
- Added note to
Assets/Adjust
menu toggling actions that project needs to be saved in order for actions to take effect.
Changed
- Switched to usage of relative paths when working with
AdjustSettings.asset
file.
Native versions:
Pull Request #197
Version 4.23.1
Fixed
- Fixed duplicate
ADJUrlStrategy
symbol error.
Changed
- Switched to usage of
AssetDatabase
instead ofEditorPrefs
to store relevant information fromAdjustEditor
.
Native versions:
Pull Request #195
Version 4.23.0
Added
- Added communication with SKAdNetwork framework by default on iOS 14.
- Added method
deactivateSKAdNetworkHandling
method toAdjustConfig
to switch off default communication with SKAdNetwork framework in iOS 14. - Added wrapper method
requestTrackingAuthorizationWithCompletionHandler
toAdjust
to allow asking for user's consent to be tracked in iOS 14 and immediate propagation of user's choice to backend. - Added handling of new iAd framework error codes introduced in iOS 14.
- Added sending of value of user's consent to be tracked with each package.
- Added
setUrlStrategy
method toAdjustConfig
class to allow selection of URL strategy for specific market. - Added new entries to
Assets/Adjust
menu (Assets/Adjust/Is iOS 14 Support Enabled
andAssets/Adjust/Toggle iOS 14 Support
) to enable / disable iOS 14 support when building iOS project. If enabled, resulting Xcode project will getStoreKit.framework
andAppTrackingTransparency.framework
linked to it.
Native versions:
Pull Request #182
Version 4.22.1
Fixed
- Fixed
copyWithZone:
method implementation inADJSubscription.m
(native iOS SDK update).
Native versions:
Pull Request #182
Version 4.22.0
Version 4.21.3
Version 4.21.2
Fixed
- Added check for iOS timer source and block existence prior to starting it.
Native versions:
Pull Request #175
Version 4.21.1
Added
- Added support for Huawei App Gallery install referrer.
Changed
- Updated communication flow with
iAd.framework
.
Native versions:
Pull Request #174
Version 4.21.0
Added
- Added support for signature library as a plugin.
- Added more aggressive sending retry logic for install session package.
- Added additional parameters to
ad_revenue
package payload.
Changed
- Built this SDK version with
Unity 2017.4.1
.
Native versions:
Pull Request #170