Releases: adjust/unity_sdk
Releases · adjust/unity_sdk
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
Version 4.20.1
Fixed
- Fixed usage of deprecated
TargetGuidByName
API as of Unity 2019.3.0 (thanks to @epsmarkh). - Fixed unnecessary saving of
AndroidManifest.xml
file whose content was not changed during post build process (thanks to @nanasi880).
Native versions:
Pull Request #168
Version 4.20.0
Version 4.19.2
Added
- Added Adjust SDK to Unity Asset Store. As of this version, you can add Adjust SDK from Unity Asset Store as well.
Changed
- Removed support for Unity 5. This version of SDK is built with
Unity 2017.1.1f1
. - Changed plugin folder structure to make GitHub releases in sync with the ones from Unity Asset Store.
Native versions:
Pull Request #162