Skip to content

Version 4.37.0

Compare
Choose a tag to compare
@uerceg uerceg released this 21 Dec 14:52
· 104 commits to master since this release
f7a0ad4

Added

  • 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.

Fixed

  • Added missing purchase verification related headers into the umbrella headers of the various framework targets.

Pull Request #691