Skip to content

Releases: adjust/ios_sdk

Version 5.7.0

28 May 14:05
ff8a748

Choose a tag to compare

Added


  • Added thirdPartySharingSettingsWithTimeout:completionHandler: to the Adjust API and adjustThirdPartySharingSettingsChanged: to AdjustDelegate for reading current third-party-sharing settings from the Adjust backend and receiving updates when they change.

Pull Request #798


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

17 Apr 07:49
0a8ccca

Choose a tag to compare

Changed

  • Updated the Adjust Signature library version to 3.67.0.

Pull Request #794


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

02 Apr 13:21
baa6ff4

Choose a tag to compare

Fixed

  • Added handling for certain edge cases in which ODM info was not being sent.

Pull Request #793


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

30 Mar 15:31
4dbba3a

Choose a tag to compare

Added

  • Added ability to get informed about remote triggers from backend.

Pull Request #792


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

23 Mar 13:42
883fe7f

Choose a tag to compare

Added

  • Added dedicated ODM plugin framework targets.

Changed

  • Hardened SDK persistence and asynchronous processing against crashes caused by concurrent mutation of shared state and API objects.

Pull Request #791


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

06 Mar 09:53
63e0eb0

Choose a tag to compare

Fixed

  • Web view bridge security hardening

Changed

  • Drop support for embedded iframe for security reasons

Pull Request #789


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

23 Jan 10:28
176ec5b

Choose a tag to compare

Added

  • Added AdjustGoogleOdmPlugin subspec which does not depend on the main Adjust subspec.

Changed

  • Updated resolveLinkWithUrl:resolveUrlSuffixArray:callback: flow to speed up link resolution.
  • Updated requestAppTrackingAuthorizationWithCompletionHandler: to return NSUIntegerMax as an error indicator when the device doesn't support AppTrackingTransparency.framework or when the framework isn't linked.

Pull Request #785


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

05 Jan 16:05
81948fa

Choose a tag to compare

Fixed

  • Fixed infinite recursion issue in ADJLinkResolution where link resolution would continue making unnecessary network requests when the URL stopped changing between redirects. The resolution now stops immediately when the URL remains unchanged, preventing delays in certain scenarios.

Changed

  • Replaced NSLog with Unified Logging (os_log) for SDK log output.
  • Improved backoff strategy and Apple Ads flows.

Pull Request #782


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

05 Dec 15:43
20c877e

Choose a tag to compare

Added

  • Added getAdidWithTimeout method to the Adjust API to allow retrieving the ADID with a specified timeout. If the value is not obtained in time, nil is returned.
  • Added getAttributionWithTimeout method to the Adjust API to allow retrieving the current attribution information with a specified timeout. If the value is not obtained in time, nil is returned.

Fixed

  • Added missing disableIdfvReading method on AdjustConfig in iOS web bridge.

Changed

  • Updated the Adjust Signature library version to 3.62.0.

Pull Request #780


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

23 Oct 12:10
fbe9536

Choose a tag to compare

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.