Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Latest commit

 

History

History
95 lines (65 loc) · 4.88 KB

CHANGELOG.md

File metadata and controls

95 lines (65 loc) · 4.88 KB

Change Log

Version 3.1.2 (30th June, 2021)

(Supports Adjust 4.29.3)

  • Bump Adjust SDK to version 4.29.3 which includes a new deduplicate ID, e.g. for Apple Ad campaigns.

Version 3.1.1 (13th April, 2021)

(Supports Adjust 4.28)

  • Bump Adjust SDK to Adjust iOS 14 compatibility.

Version 3.1.0 (7th October, 2020)

(Supports Adjust 4.23)

  • Updates import headers for iOS 14 support.

Version 3.0.0 (2nd September, 2020)

(Supports Adjust 4.23)

  • [New] Adds support for Xcode 12 and iOS14 by bumping Adjust SDK and Segment Analytics to 4.x.

Version 2.1.0 (9th January, 2020)

(Supports Adjust 4.18.2)

  • [Fix] Fixes issue with registeredForRemoteNotificationsWithDeviceToken method that prevented push notifications.

Version 2.0.0 (13th September, 2019)

(Supports Adjust 4.18.2)

  • [Improvement] Bumping SDK version from 4.17.2 to 4.18.2 which supports device token parsing for iOS 13 and addresses Apple's warning to developers (ITMS-90809) about UIWebView class deprecation
  • See Adjust documentation on migrating Adjust web bridge. You must switch to usage of WKWebView in your app instead of UIWebView and use following methods instead: loadWKWebViewBridge: and loadWKWebViewBridge:webViewDelegate:

Version 1.1.5 (23rd May, 2019)

(Supports Adjust 4.17.2)

  • [Improvement] Bumping SDK version from 4.15 to 4.17.2

Version 1.1.4 (1st November, 2018)

(Supports Adjust 4.15)

Version 1.1.3 (23rd October, 2017)

(Supports analytics-ios 3.0+ and Adjust 4.10+)

Version 1.1.2 (30th August, 2017)

(Supports analytics-ios 3.0+ and Adjust 4.10+)

  • Fix: Sets Segment's anonymousId in Adjust via Adjust's setSessionPartnerParameter method, on all track calls. This will ensure that the value is set and sent back on Install Attributed events.

Version 1.1.1 (14th July, 2017)

(Supports analytics-ios 3.0+ and Adjust 4.10+)

  • Fix: Adds default value to prevent crash from nil value.

Version 1.1.0 (6th July, 2017)

(Supports analytics-ios 3.0+ and Adjust 4.10+)

Version 1.0.2 (3rd October, 2016)

(Supports analytics-ios 3.0+ and Adjust 4.10+)

Version 1.0.1 (24th August, 2016)

(Supports analytics-ios 3.0+)

  • Fix: Allow integration to work with any version of the analytics sdk 3.1 or higher
  • Fix: Fix return type of instance method in SEGIntegrationFactory to return SEGIntegrationFactory not id

Version 1.0.0-alpha (26th March, 2016)

(Supports analytics-ios 3.0.+ and Adjust 4.6.0+)

Initial release.