Releases: adjust/ios_sdk
Version 5.4.6
Changed
- Updated the Adjust Signature library version to 3.61.0.
- Updated link resolution logic to include new Adjust domains where link resolution ends.
Pull Request #776
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.4.5
Fixed
- Updated the Swift Package Manager dependency constraint for
GoogleAdsOnDeviceConversionto ensure compatibility with version 3.x.x (#773).
Pull Request #774
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.4.4
Added
- Added support for processing deferred deep links in session responses.
Pull Request #770
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.4.3
Fixed
- Fixed first session delay pre-init actions array lazy initialization.
Pull Request #769
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.4.2
Fixed
- Updated Swift Package Manager dependency constraint for
GoogleAdsOnDeviceConversion, ensuring compatibility with Swift Package Manager resolution (#765).
Pull Request #768
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.4.1
Added
- Added support for Google On-Device-Measurement. For more details about this feature, refer to the official documentation.
- Optimized the logic behind the
processAndResolveDeeplink:method to immediately return links that have already been resolved.
Changed
- Updated the Adjust Signature library version to 3.47.0.
Pull Request #762
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.4.0
Added
- Added support for configuring store information via the
ADJStoreInfoobject. You can now specify the store name and store app ID usingsetStoreInfomethod on yourADJConfiginstance. This enables the SDK to record the intended app store source during initialization.
Pull Request #758
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.3.0
Added
- Added ability to initialize the SDK for the first session in delayed mode. You can start the SDK in the delayed mode by calling the
enableFirstSessionDelaymethod on yourADJConfiginstance. To end the delay, make sure to callendFirstSessionDelaymethod ofAdjustinstance. For more details about this feature, refer to the official documentation.
Pull Request #756
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.2.0
Added
- Added ability to send organic search referrer together with deep link.
- Added ability to disable SDK's interaction with
AppTrackingTransparency.frameworkAPI. - Added support for
NSSecureCodingprotocol.
Pull Request #754
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.1.1
Changed
- Synchronized resuming and pausing in all the handlers (internal changes).
Pull Request #751
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.