Skip to content

Releases: adjust/ios_sdk

Version 4.33.6

25 Jul 16:06
76c9552
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Added

  • Added support for SKAdNetwork 4.0.

Pull Request #638

Version 4.32.1

26 Sep 21:17
a7b50f1
Compare
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

Version 4.32.0

07 Sep 09:26
73e4121
Compare
Choose a tag to compare

Added

  • Added partner sharing settings to the third party sharing feature.
  • Added lastDeeplink getter to Adjust API to be able to get last tracked deep link by the SDK.

Pull Request #631

Version 4.31.0

18 Jul 21:59
881842e
Compare
Choose a tag to compare

Added

  • Added support for LinkMe feature.
  • Added ability to build SDKs as xcframeworks.

Migration Guide.


Pull Request #624