Skip to content

Releases: adjust/ios_sdk

Version 5.4.0

02 May 08:00
e2d063a
Compare
Choose a tag to compare

Added

  • Added support for configuring store information via the ADJStoreInfo object. You can now specify the store name and store app ID using setStoreInfo method on your ADJConfig instance. 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

16 Apr 11:50
ddb56a5
Compare
Choose a tag to compare

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 enableFirstSessionDelay method on your ADJConfig instance. To end the delay, make sure to call endFirstSessionDelay method of Adjust instance. 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

24 Mar 13:10
922fc2a
Compare
Choose a tag to compare

Added

  • Added ability to send organic search referrer together with deep link.
  • Added ability to disable SDK's interaction with AppTrackingTransparency.framework API.
  • Added support for NSSecureCoding protocol.

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

25 Feb 10:23
a32b766
Compare
Choose a tag to compare

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.

Version 5.1.0

28 Jan 12:22
1ac4d02
Compare
Choose a tag to compare

Added

  • Added jsonResponse field (NSDictionary) to ADJAttribution where every key-value pair sent by the backend as part of the attribution response can be found. Equivalently, one can also find jsonResponse map being part of the attribution instance in the web bridge API.

Pull Request #748


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.2

10 Jan 15:58
96e1b62
Compare
Choose a tag to compare

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

14 Sep 08:06
c419718
Compare
Choose a tag to compare

Fixed

  • Fixed Adjust.modulemap not found error in certain CocoaPods integration cases.
  • Fixed removeGlobalCallbackParameter and removeGlobalPartnerParameter 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

02 Aug 15:45
81037ba
Compare
Choose a tag to compare

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 [email protected].

In case you were using beta version of the SDK v5, please switch to the official v5 release.

Version 5.0.0-beta2

22 Jul 14:40
Compare
Choose a tag to compare
Version 5.0.0-beta2 Pre-release
Pre-release

Added

  • Added ability to disable reading of the IDFV identifier. You can do this by invoking disableIdfvReading method on the ADJConfig 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 [email protected].

Version 5.0.0-beta1

22 Jul 14:34
Compare
Choose a tag to compare
Version 5.0.0-beta1 Pre-release
Pre-release

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 [email protected].