Skip to content

Releases: adjust/ios_sdk

Version 4.33.3

29 Dec 11:47
85f1ac8

Choose a tag to compare

Fixed

  • Excluded SKAdNetwork flow from being executed on tvOS target (#647).

Pull Request #648

Version 4.33.2

06 Dec 21:28
9d3f624

Choose a tag to compare

Fixed

  • Added additional checks to make sure that non-existing selectors for given platform don't attempt to be executed (#641).

Pull Request #644

Version 4.33.1

28 Nov 23:08
f7f2d43

Choose a tag to compare

Added

  • Added support for setting a new China URL Strategy. You can choose this setting by calling setUrlStrategy: method of ADJConfig instance with ADJUrlStrategyCn parameter.
  • Added support to convertUniversalLink:scheme: method to be able to parse data residency universal links.

Pull Request #642

Version 4.33.0

19 Nov 21:49
7fee79a

Choose a tag to compare

Added

  • Added support for SKAdNetwork 4.0.

Pull Request #638

Version 4.32.1

26 Sep 21:17
a7b50f1

Choose a tag to compare

Fixed

  • Fixed memory issue when continuously writing to a file (#626).
  • Added missing WKNavigationDelegate's missing didCommitNavigation method handling inside of the WKWebViewJavascriptBridge (#570).

Pull Request #633

Version 4.32.0

07 Sep 09:26
73e4121

Choose a tag to compare

Added

  • Added partner sharing settings to the third party sharing feature.
  • Added lastDeeplink getter to Adjust API to be able to get last tracked deep link by the SDK.

Pull Request #631

Version 4.31.0

18 Jul 21:59
881842e

Choose a tag to compare

Added

  • Added support for LinkMe feature.
  • Added ability to build SDKs as xcframeworks.

Migration Guide.


Pull Request #624

Version 4.30.0

03 May 13:18
334c261

Choose a tag to compare

Added

  • Added ability to mark your app as COPPA compliant. You can enable this setting by calling setCoppaCompliantEnabled method of AdjustConfig instance with boolean parameter true.
  • Added checkForNewAttStatus into Adjust API whose purpose is to allow users to instruct to SDK to check if att_status might have changed in the meantime.
  • Added support for Generic ad revenue tracking.

Fixed

  • Fixed wrong ATT dialog method signature in iOS web bridge.

Migration Guide.


Pull Request #606

Version 4.29.7

08 Feb 21:47
b1feb89

Choose a tag to compare

Added

  • Added support for Unity ad revenue tracking.
  • Added support for Helium Chartboost ad revenue tracking.

Changed

  • Updated iOS deployment target to 9.0.

Migration Guide.


Pull Request #587

Version 4.29.6

13 Sep 21:12
43c5bb5

Choose a tag to compare

Added

  • Added support for AdMost ad revenue source.
  • Added sending of various feature flags.

Migration Guide.


Pull Request #563