Version 4.37.0
Added
- Added ability to process shortened deep links and provide the unshortened link back as a response. You can achieve this by invoking
processDeeplink
method of theAdjust
instance. - Added support for Meta install referrer.
- Added getter for obtaining IDFV value of the iOS device. You can obtain IDFV value by calling
getIdfv
method of theAdjust
instance. - 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 ability to indicate if the device IDs should be read just once per SDK initialization via calling
setReadDeviceInfoOnceEnabled
method of theAdjustConfig
instance.
Native versions:
[email protected]
[email protected]
Pull Request #229