Skip to content

Releases: adjust/ios_sdk

Version 4.29.5

20 Aug 10:17
340a26c

Choose a tag to compare

Added

  • Added sending of information when was the call to registerAppForAdNetworkAttribution method made.

Fixed


Migration Guide.


Pull Request #561

Version 4.29.4

09 Aug 21:06
5ae9648

Choose a tag to compare

Fixed

  • Fixed new Xcode 13 beta compile time errors for extensions targets (#559).
  • Improved dummy iAd attribution responses filtering (#524).
  • Fixed SPM warnings about ADJLinkResolution.h not being part of umbrella header (#557).
  • Fixed some static code analysis warnings (#558).

Migration Guide.


Pull Request #560

Version 4.29.3

16 Jun 21:48
14a6d8b

Choose a tag to compare

Fixed

  • Fixed compile time errors with Xcode 13 beta (thanks to @yhkaplan).

Migration Guide.


Pull Request #549

Version 4.29.2

12 May 13:03
e79ef64

Choose a tag to compare

Added

  • [beta] Added data residency support for US region. You can choose this setting by calling setUrlStrategy: method of ADJConfig instance with ADJDataResidencyUS parameter.
  • Added helper class ADJLinkResolution to assist with resolution of links which are wrapping Adjust deep link.

Fixed

  • Removed 5 decimal places formatting for ad revenue value.

Migration Guide.


Pull Request #541

Version 4.29.1

28 Apr 09:08
268f3e8

Choose a tag to compare

Fixed

  • Fixed missing header error for SPM users from v4.29.0.

Migration Guide.


Pull Request #537

Version 4.29.0

27 Apr 09:44
a01d2e0

Choose a tag to compare

Added

  • Added adjustConversionValueUpdated: callback which can be used to get information when Adjust SDK updates conversion value for the user.
  • [beta] Added data residency support for Turkey region. You can choose this setting by calling setUrlStrategy: method of ADJConfig instance with AdjustConfig.ADJDataResidencyTR parameter.
  • Added trackAdRevenue: method to Adjust interface to allow tracking of ad revenue by passing ADJAdRevenue object as parameter.
  • Added support for AppLovin MAX ad revenue tracking.

Changed

  • Removed unused ad revenue constants.

Migration Guide.


Pull Request #534

Version 4.28.0

01 Apr 05:49
8790a53

Choose a tag to compare

Changed

  • Removed legacy code.

Migration Guide.


Pull Request #526

Version 4.27.1

27 Mar 00:39
b4e48ae

Choose a tag to compare

Fixed

  • Fixed attribution value comparison logic which might cause same attribution value to be delivered into attribution callback.

Migration Guide.


Pull Request #519

Version 4.27.0

17 Mar 23:11
5959e7f

Choose a tag to compare

Added

  • Added data residency feature. Support for EU data residency region is added. You can choose this setting by calling setUrlStrategy: method of ADJConfig instance with ADJDataResidencyEU parameter.

Changed

  • Changed the measurement consent parameter name from sharing to measurement.

Migration Guide.


Pull Request #514

Version 4.26.1

05 Feb 00:40
526e556

Choose a tag to compare

Fixed

  • Fixed nullability warnings.

Migration Guide.


Pull Request #502