Skip to content

Releases: adjust/ios_sdk

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

Version 4.25.0

16 Jan 01:15
ddf1824
Compare
Choose a tag to compare

Added

  • Added support for Apple Search Ads attribution with usage of AdServices.framework.
  • Added appTrackingAuthorizationStatus getter to Adjust instance to be able to get current app tracking status.
  • Added improved measurement consent management and third party sharing system.

Migration Guide.


Pull Request #491

Version 4.24.0

09 Dec 12:35
772d1bd
Compare
Choose a tag to compare

Added

  • Added possibility to get cost data information in attribution callback.
  • Added setNeedsCost: method to ADJConfig to indicate if cost data is needed in attribution callback (by default cost data will not be part of attribution callback if not enabled with this setter method).
  • Enabled position dependent code generation.

Changed

  • Improved logging.
  • Addressed Xcode warnings regarding deprecated API usage.
  • Removed some obsolete and unused API.

Public PRs

  • Updated README (#472).
  • Replaced malloc with more secure calloc calls (#432).

Migration Guide.


Pull Request #484

Version 4.23.2

28 Sep 12:40
950ba35
Compare
Choose a tag to compare

Added

  • Added support for Swift Package Manager (thanks to @mstfy).

Migration Guide.


Pull Request #473

Version 4.23.1

16 Sep 12:35
3a30f97
Compare
Choose a tag to compare

Fixed

  • Fixed warning about storing negative value to NSUInteger data type.
  • Fixed duplicated ADJURLStrategy symbols error when using static framework.

Migration Guide.


Pull Request #468