Releases: adjust/ios_sdk
Releases · adjust/ios_sdk
Version 4.38.0
Added
- Added Privacy Manifest for the Adjust SDK.
- Added new domains and corresponding payload restrictions for the Adjust SDK to direct the iOS traffic to:
- https://consent.adjust.com - for consented users
- https://analytics.adjust.com - for non-consented users
Pull Request #702
Version 4.37.2
Changed
- Added tracking of
third_party_sharingandmeasurement_consentpackages if invoked before SDK initialization in subsequent SDK initializations. - Cleaned up example apps.
Pull Request #700
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
setReadDeviceInfoOnceEnabledmethod of theADJConfiginstance. - 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 theAdjustinstance.
Fixed
- Added missing purchase verification related headers into the umbrella headers of the various framework targets.
Pull Request #691
Version 4.36.0
- Added
idfvmethod 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
TopOnandADXad revenue sources. - Added a new type of URL strategy called
ADJUrlStrategyCnOnly. This URL strategy representsADJUrlStrategyCnstrategy, but without fallback domains.
Pull Request #687
Version 4.35.2
Added
- Added sending of
event_callback_idparameter (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