Releases: adjust/ios_sdk
Releases · adjust/ios_sdk
Version 4.33.6
Version 4.33.5
Version 4.33.4
Changed
- Removed usage of
iAd.framework
logic. As of February 7th 2023 the iAd framework has stopped attributing downloads from Apple Ads campaigns.
Pull Request #653
Version 4.33.3
Version 4.33.2
Version 4.33.1
Added
- Added support for setting a new China URL Strategy. You can choose this setting by calling
setUrlStrategy:
method ofADJConfig
instance withADJUrlStrategyCn
parameter. - Added support to
convertUniversalLink:scheme:
method to be able to parse data residency universal links.
Pull Request #642
Version 4.33.0
Version 4.32.1
Version 4.32.0
Added
- Added partner sharing settings to the third party sharing feature.
- Added
lastDeeplink
getter toAdjust
API to be able to get last tracked deep link by the SDK.
Pull Request #631
Version 4.31.0
Added
- Added support for
LinkMe
feature. - Added ability to build SDKs as
xcframework
s.
Pull Request #624