Skip to content

Releases: adjust/ios_sdk

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.

Version 5.4.5

26 Sep 10:37
517f44c

Choose a tag to compare

Fixed

  • Updated the Swift Package Manager dependency constraint for GoogleAdsOnDeviceConversion to 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

25 Aug 20:41
f1c063b

Choose a tag to compare

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

11 Aug 14:12
c142415

Choose a tag to compare

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

30 Jul 15:11
0f34f35

Choose a tag to compare

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

20 Jun 16:38
a21eccc

Choose a tag to compare

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

02 May 08:00
e2d063a

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.