(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.
(Supports Adjust 4.28)
- Bump Adjust SDK to Adjust iOS 14 compatibility.
(Supports Adjust 4.23)
- Updates import headers for iOS 14 support.
(Supports Adjust 4.23)
- [New] Adds support for Xcode 12 and iOS14 by bumping Adjust SDK and Segment Analytics to 4.x.
(Supports Adjust 4.18.2)
- [Fix] Fixes issue with
registeredForRemoteNotificationsWithDeviceToken
method that prevented push notifications.
(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:
andloadWKWebViewBridge:webViewDelegate:
(Supports Adjust 4.17.2)
- [Improvement] Bumping SDK version from 4.15 to 4.17.2
(Supports Adjust 4.15)
- Improvement: Adds SDK signature to mitigate SDK spoofing, GDPR Right to be Forgotten Function, Push Token collection for use in our Audience Builder and Uninstall/Reinstall features, and fraud prevention.
(Supports analytics-ios 3.0+ and Adjust 4.10+)
- Improvement: Adds setting to configure delayed start for Adjust SDK. Configure a delay via the
setDelay
anddelayTime
settings to ensure all session parameters have been loaded properly.
(Supports analytics-ios 3.0+ and Adjust 4.10+)
- Fix: Sets Segment's
anonymousId
in Adjust via Adjust'ssetSessionPartnerParameter
method, on alltrack
calls. This will ensure that the value is set and sent back onInstall Attributed
events.
(Supports analytics-ios 3.0+ and Adjust 4.10+)
- Fix: Adds default value to prevent crash from nil value.
(Supports analytics-ios 3.0+ and Adjust 4.10+)
- New: Tracks attribution data.
- New: Maps to Identify and Reset via Adjust's addSessionPartnerParameter methods.
(Supports analytics-ios 3.0+ and Adjust 4.10+)
- Update: Bumps Adjust dependency to latest version
(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
notid
(Supports analytics-ios 3.0.+ and Adjust 4.6.0+)
Initial release.