Added ability to instruct to SDK to read device IDs just once upon initialization. You can set this by calling setReadDeviceInfoOnceEnabled method of the ADJConfig instance.
Added ability to process shortened deep links and provide the unshortened link back as a response. You can achieve this by invoking processDeeplink:completionHandler: method of the Adjust instance.
Added missing purchase verification related headers into the umbrella headers of the various framework targets.
setReadDeviceInfoOnceEnabled
method of theADJConfig
instance.processDeeplink:completionHandler:
method of theAdjust
instance.