Skip to content

Releases: adjust/ios_sdk

Version 4.30.0

03 May 13:18
334c261
Compare
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
Compare
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
Compare
Choose a tag to compare

Added

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

Migration Guide.


Pull Request #563

Version 4.29.5

20 Aug 10:17
340a26c
Compare
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
Compare
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
Compare
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
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