Releases: adjust/ios_sdk
Version 5.0.2
Added
- Added sending of the additional parameter to improve troubleshooting of
SKAdNetwork
related issues.
Fixed
- Fixed occasional occurrences in which ATT waiting interval timer was not being started.
Changed
- Pinned version 3.35.2 of the Adjust signature library, which addresses occasional crashes on iOS 18 (#742).
Pull Request #747
Note: In case you are adding Adjust SDK to your app as one of the frameworks from the release page, please make sure to also add the latest version of the signature library.
Version 5.0.1
Fixed
- Fixed
Adjust.modulemap not found
error in certain CocoaPods integration cases. - Fixed
removeGlobalCallbackParameter
andremoveGlobalPartnerParameter
web bridge methods. - Fixed deferred deep link callback not getting triggered issue in the web bridge.
Changed
- Added validation when passing callback / partner parameters and third party sharing granular options / partner sharing setting parameters in web bridge.
Pull Request #734
Note: In case you are adding Adjust SDK to your app as one of the frameworks from the release page, please make sure to also add the latest version of the signature library.
Version 5.0.0
We're excited to release our major new SDK version (v5). Among many internal improvements, our spoofing protection solution is now included out of the box, reinforcing our commitment to accurate, actionable, and fraud-free data.
To try out SDK v5 in your app, you can follow our new v4 to v5 migration guide.
On our Signature releases page, you can find the latest version of the Signature library to integrate into your app.
If you are a current Adjust client and have questions about SDK v5, please email sdk-v5@adjust.com.
In case you were using beta version of the SDK v5, please switch to the official v5 release.
Version 5.0.0-beta2
Added
- Added ability to disable reading of the IDFV identifier. You can do this by invoking
disableIdfvReading
method on theADJConfig
isntance.
Changed
- Renamed some of the public APIs from
v5.0.0-beta1
. For more information, please make sure to check v4 to v5 migration guide.
To try out this beta in your app, you can follow our new v4 to v5 migration guide.
If you are a current Adjust client and have questions about SDK v5, please email sdk-v5@adjust.com.
Version 5.0.0-beta1
We’re excited to release the first beta of our major new SDK version (v5). Among many internal improvements, our spoofing protection solution is now included out of the box, reinforcing our commitment to accurate, actionable, and fraud-free data.
To try out this beta in your app, you can follow our new v4 to v5 migration guide.
If you are a current Adjust client and have questions about SDK v5, please email sdk-v5@adjust.com.
Version 4.38.4
Version 4.38.3
Version 4.38.2
Added
- Added sending of the additional SDK observability parameters for debugging purposes.
Pull Request #711
Version 4.38.1
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