Added
- Added ability to instruct to SDK to read device IDs just once upon initialization. You can set this by calling
setReadDeviceInfoOnceEnabled
method of theADJConfig
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 theAdjust
instance.
Fixed
- Added missing purchase verification related headers into the umbrella headers of the various framework targets.
Pull Request #688