Releases: adjust/ios_sdk
Releases · adjust/ios_sdk
Version 4.37.1
Version 4.37.0
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 #691
Version 4.36.0
- Added
idfv
method on Adjust instance to get access to device's IDFV value. - Fixed the issue with CocoaPods installation for v4.35.3, where incorrect version was set as the source in podspec.
Pull Request #688
Version 4.35.3
- Added support for
TopOn
andADX
ad revenue sources. - Added a new type of URL strategy called
ADJUrlStrategyCnOnly
. This URL strategy representsADJUrlStrategyCn
strategy, but without fallback domains.
Pull Request #687
Version 4.35.2
Added
- Added sending of
event_callback_id
parameter (if set) with the event payload.
Pull Request #684
Version 4.35.1
Version 4.35.0
Added
- Added support for SigV3 library. Update authorization header building logic to use
adj_signing_id
.
Pull Request #679
Version 4.34.2
Added
- Added more logging around ATT delay timer feature to indicate that it's activated.
Fixed
- Fixed issue where subsequent calls to active state callback would make ATT delay timer elapse sooner.
Pull Request #676
Version 4.34.1
Version 4.34.0
Added
- Added ability to delay SDK start 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
setAttConsentWaitingInterval:
method of theADJConfig
instance. - Added support for purchase verification. In case you are using this feature, you can now use it by calling
verifyPurchase:completionHandler:
method of theAdjust
instance.
Pull Request #672