Skip to content

Releases: adjust/ios_sdk

Version 4.20.0

15 Jan 16:43
1b5d409
Compare
Choose a tag to compare

Added

  • Added external device ID support.

Migration Guide.


Pull Request #405

Version 4.19.0

09 Dec 13:04
c20f299
Compare
Choose a tag to compare

Added

  • Added disableThirdPartySharing method to Adjust interface to allow disabling of data sharing with third parties outside of Adjust ecosystem.

Migration Guide.


Pull Request #401

Version 4.18.3

27 Sep 11:48
46cddba
Compare
Choose a tag to compare

Changed

  • Removed reading of Facebook advertising identifier which sometimes caused blocking of the main thread.

Migration Guide.


Pull Request #393

Version 4.18.2

11 Sep 12:33
d6f2e41
Compare
Choose a tag to compare

Changed

  • Removed methods from Adjust SDK web view bridge which are dealing with UIWebView objects to address ITMS-90809. Please, check web views migration guide to see how to migrate to v4.18.2 and also check our web view example app to see how current Adjust web view SDK should be implemented.
  • Replaced deprecated API for better iOS 13 compatibility.

Migration Guide.


Pull Request #390

Version 4.18.1

02 Sep 06:21
344cca7
Compare
Choose a tag to compare

Fixed

  • Fixed device token parsing to string, changed in iOS 13.

Migration Guide.


Pull Request #388

Version 4.18.0

26 Jun 11:00
40e4db2
Compare
Choose a tag to compare

Added

  • Added trackAdRevenue:payload: method to Adjust interface to allow tracking of ad revenue. With this release added support for MoPub ad revenue tracking.
  • Added reading of Facebook anonymous ID if available.

Migration Guide.


Pull Request #379

Version 4.17.3

24 May 09:28
9fb8de1
Compare
Choose a tag to compare

Changed

  • SDK will check for iAd information upon re-enabling.

Migration Guide.


Pull Request #374

Version 4.17.2

21 Mar 14:55
019a8bb
Compare
Choose a tag to compare

Added

  • Added modulemap file to static framework target to make it usable from Swift apps (#361).

Fixed

  • Fixed issue with Adjust pod due to BITCODE_GENERATION_MODE option absence (#368).

Migration Guide.


Pull Request #371

Version 4.17.1

10 Dec 15:47
035cb9e
Compare
Choose a tag to compare

Fixed

  • Fixed issue with printing of certain skipped deep links to debug console output in sandbox mode (#362). Thanks to @Mildwhale.

Migration Guide.


Pull Request #363

Version 4.17.0

04 Dec 01:09
a7bee4b
Compare
Choose a tag to compare

Added

  • Added sdkVersion getter to Adjust interface to obtain current SDK version string.

Changed

  • Removed posting of kNetworkReachabilityChangedNotification notification from forked ADJReachability class. In case you were using it, please rely only on obtaining it from official Reachability class (#359). Thanks @grigorye.

Migration Guide.


Pull Request #360