Releases: adjust/unity_sdk
Releases · adjust/unity_sdk
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
Version 4.24.1
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