Skip to content

Releases: adjust/ios_sdk

Version 4.29.2

12 May 13:03
e79ef64
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Changed

  • Removed legacy code.

Migration Guide.


Pull Request #526

Version 4.27.1

27 Mar 00:39
b4e48ae
Compare
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
Compare
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
Compare
Choose a tag to compare

Fixed

  • Fixed nullability warnings.

Migration Guide.


Pull Request #502

Version 4.26.0

02 Feb 23:14
85f6a71
Compare
Choose a tag to compare

Added

  • Added wrapper method updateConversionValue: method to Adjust API to allow updating SKAdNetwork conversion value via SDK API.

Fixed

  • Fixed nullability warnings.

Migration Guide.


Pull Request #499

Version 4.25.2

01 Feb 15:12
936af17
Compare
Choose a tag to compare

Added

  • Added Facebook audience network ad revenue source string.

Migration Guide.


Pull Request #498

Version 4.25.1

18 Jan 14:45
7d6fe83
Compare
Choose a tag to compare

Fixed

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

Migration Guide.


Pull Request #493