Skip to content

Releases: adjust/ios_sdk

Version 4.34.1

18 Aug 13:56
f129fbc

Choose a tag to compare

Fixed

  • Fixed ADJPurchase.h file not found issue via SPM installation (#673).

Pull Request #674

Version 4.34.0

17 Aug 13:11
ff650fa

Choose a tag to compare

Added

  • Added ability to delay SDK start in order to wait for an answer to the ATT dialog. You can set the number of seconds to wait (capped internally to 120) by calling the setAttConsentWaitingInterval: method of the ADJConfig instance.
  • Added support for purchase verification. In case you are using this feature, you can now use it by calling verifyPurchase:completionHandler: method of the Adjust instance.

Pull Request #672

Version 4.33.6

25 Jul 16:06
76c9552

Choose a tag to compare

Fixed

  • Fixed memory leak occurrences when tracking events (#668).

Pull Request #670

Version 4.33.5

13 Jul 12:57
c97e8e3

Choose a tag to compare

Changed

  • Replaced the usage of drand48() with arc4random_uniform method.

Pull Request #667

Version 4.33.4

09 Feb 12:33
6ae0388

Choose a tag to compare

Changed

  • Removed usage of iAd.framework logic. As of February 7th 2023 the iAd framework has stopped attributing downloads from Apple Ads campaigns.

Pull Request #653

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