Skip to content

Releases: adjust/ios_sdk

Version 4.16.0

08 Nov 01:30
7c2d055
Compare
Choose a tag to compare

Added

  • Added sending of UUID string with each attribution request.

Migration Guide.


Pull Request #356

Version 4.15.0

31 Aug 10:31
d746f71
Compare
Choose a tag to compare

Added

  • Added setCallbackId method on ADJEvent object for users to set custom ID on event object which will later be reported in event success/failure callbacks.
  • Added callbackId property to ADJEventSuccess class.
  • Added callbackId property to ADJEventFailure class.
  • Added support for tracking Facebook Pixel events with iOS web view SDK.
  • Aligned feature set of iOS web view SDK with native iOS SDK.
  • Added example app which demonstrates how iOS web view SDK can be used to track Facebook Pixel events.

Changed

  • SDK will now fire attribution request each time upon session tracking finished in case it lacks attribution info.

Fixed

  • Web bridge callbacks can now be called more than once.

Migration Guide.


Pull Request #342

Version 4.14.3

16 Aug 14:33
7b87623
Compare
Choose a tag to compare

Changed

  • Changed deployment target of iMessage dynamic framework target back to 8.0.
  • Changed deployment target of web bridge dynamic framework target back to 8.0.

Fixed

  • Removed signing settings from dynamic framework targets (thanks to @Igor-Palaguta).

Migration Guide.


Pull Request #340

Version 4.14.2

15 Aug 12:13
a2297cc
Compare
Choose a tag to compare

Added

  • Added support for iMessage target.
  • Added iMessage framework to releases page.
  • Added Web Bridge framework to releases page.

Changed

  • Updated web view SDK (v4.14.0) and way of how it's being added to your iOS apps with web views. Please, make sure to check iOS web views SDK guide for more details.

Migration Guide.


Pull Request #338

Version 4.14.1

18 Jun 10:12
e207090
Compare
Choose a tag to compare

Added

  • Added setPushToken: method to Adjust interface to use push token as NSString data type. This method is intended only to be used by Adjust non native SDKs and you should not be using it in your native iOS app. Please, continue with usage of setDeviceToken: method as stated in README.

Migration Guide.


Pull Request #334

Version 4.14.0

08 Jun 12:05
4c9d7bf
Compare
Choose a tag to compare

Added

  • Added deep link caching in case appWillOpenUrl method is called before SDK is initialised.

Migration Guide.


Pull Request #332

Version 4.13.0

27 Apr 15:55
ccfec7d
Compare
Choose a tag to compare

Added

  • Added gdprForgetMe method to Adjust interface to enable possibility for user to be forgotten in accordance with GDPR law.

Migration Guide.


Pull Request #329

Version 4.12.3

23 Feb 14:12
d306af7
Compare
Choose a tag to compare

Added

  • Added AdjustTestLibraryStatic target to the project.

Changed

  • Stopped creating session packages in case SDK is initialised in suspended app state.
  • Started to send install session package right away in case of delayed SDK initialisation.

Migration Guide.


Pull Request #325

Version 4.12.2

13 Feb 15:36
587c28d
Compare
Choose a tag to compare

Changed

  • Improved SDK logging to indicate the presence/absence of iAd.framework inside of the app.

Fixed

  • Added handling of occasional nil file paths when attempting to write to file.

Migration Guide.


Pull Request #323

Version 4.12.1

13 Dec 21:50
1fab8d1
Compare
Choose a tag to compare

Fixed

  • Fixed compatibility of Adjust SDK with apps that are already using Reachability class (#315) (thanks to @fedetrim).

Migration Guide.


Pull Request #316