Version 4.37.0
Added
- Added support for SKAD 4.0.
- Added ability to verify purchase events.
- Added ability to read App Set ID on Android platform in case you opt in by adding the
com.google.android.gms:play-services-appsetdependency to your Android app. - 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
setAttConsentWaitingIntervalmethod of theAdjustConfig2dxinstance. - Added support for SigV3 library. Update authorization header building logic to use
adj_signing_id. - Added ability 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) calling the
setFinalAttributionEnabledmethod of theAdjustConfig2dxinstance. - Added ability to get IDFV value of the iOS device. You can achieve this by invoking
getIdfv()method of theAdjust2dxinstance. - Added support for Meta install referrer.
- Added support for Google Play Games on PC.
- Added support for
TopOnandAD(X)ad revenue tracking. - Added
setReadDeviceInfoOnceEnabledmethod toAdjustConfig2dxto indicate if device info should be read only once. - Added ability to process shortened deep links and provide the unshortened link back as a response. You can achieve this by invoking
processDeeplinkmethod of theAdjust2dxinstance. - Added support for setting a new China URL strategy (with fallback to other endpoints) and China only URL strategy (without fallbacks). You can choose this setting by calling
setUrlStrategymethod ofAdjustConfig2dxinstance withAdjustUrlStrategyCn/AdjustUrlStrategyCnOnlyparameter.
Native versions:
iOS@v4.37.0
Android@v4.38.0
Pull Request #44