Skip to content

Releases: adjust/ios_sdk

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

Version 4.38.4

04 Jun 09:51
e163732
Compare
Choose a tag to compare

Fixed

  • Fixed occasional crashes when processing resolved deep links.

Pull Request #718

Version 4.38.3

23 May 10:36
c32780b
Compare
Choose a tag to compare

Fixed

  • Added missing WKNavigationDelegate methods to the WebBridge implementation.

Pull Request #716

Version 4.38.2

30 Apr 16:26
2fd82b1
Compare
Choose a tag to compare

Added

  • Added sending of the additional SDK observability parameters for debugging purposes.

Pull Request #711

Version 4.38.1

10 Apr 08:57
3179722
Compare
Choose a tag to compare

Fixed

  • Removed nullability type specifier warnings (#703).

Pull Request #705

Version 4.38.0

22 Mar 14:58
3ebb6fe
Compare
Choose a tag to compare

Added


Pull Request #702

Version 4.37.2

28 Feb 14:39
cd05aec
Compare
Choose a tag to compare

Changed

  • Added tracking of third_party_sharing and measurement_consent packages if invoked before SDK initialization in subsequent SDK initializations.
  • Cleaned up example apps.

Pull Request #700