Releases: medallia/mxo-ios-sdk
Releases · medallia/mxo-ios-sdk
3.0.1
3.0.0
- [BREAKING] Added support for using the MXO SDK with Xcode 16.2. The MXO SDK requires Xcode 16+ (iOS 18). Please see our known issues online documentation.
- [BREAKING] Updated minimum deployment target to iOS 13.0.
- [BREAKING] Upgraded Swift version from 5 to 6.
- [NEW] Added Bridge functionality for communication between other Medallia SDKs. For further details on this, see our online documentation.
- [NEW] Added ability to include an Interaction back for tracking if it was excluded from Interaction tracking previously. For further details on this, see our online documentation.
- [UPDATE] Updated the Apple Privacy Manifest with a required keys.
- [BUGFIX] Fixed an issue with full screen optimizations where tapping outside an image was sending a positive response.
- [BUGFIX] Fixed an issue with identity transfer logic where an
mxo-click
interaction was not properly sent. - [BUGFIX] Fixed an issue where an app preference path was not properly retrieved.
- [BUGFIX] Fixed an issue where an Attribute Capture Point could be saved with an invalid name.
2.0.3
- [UPDATE] Added a distribution certificate for signing the MXO SDK to support the latest app code signing standards from Apple.
2.1.0-pre-alpha.0
- [NEW] Added a new API which allows to include an Interaction back into tracking if it was previously excluded.
- [UPDATE] Fixes to support the latest app code signing standards from Apple.
1.2.1
- [UPDATE] Added Privacy Manifests based on Apple requirements.
- [UPDATE] Updated minimum deployment target to iOS 12.0.
2.0.2
- [BUGFIX] Fixed an issue with the Apple Privacy Manifest missing a required key.
2.0.1
- [BUGFIX] Fixed a crash caused by a
null
pointer dereference withinobjc_setAssociatedObject
, triggered fromOneRuntimeAPIAgent
during offline Interaction processes.
2.0.0
- [BREAKING] Added support for using the MXO SDK with Xcode 15.2. The MXO SDK requires Xcode 15+ (iOS 17).
- [BREAKING] Updated minimum deployment target to iOS 12.0.
- [BREAKING] Removed
OAuth1
from runtime requests. Refer to our migration guide for detailed information. - [BREAKING] Removed the
allTracking
opt-in option from the opt-out configuration. Refer to our migration guide for detailed information. - [BREAKING] Fixed an issue with Interaction path differences between iOS versions for SwiftUI apps. Refer to our migration guide for detailed information.
- [NEW] Added Privacy Manifests based on Apple requirements.
- [UPDATE] Updated
one-tid
totid
query param appended to an outgoing URL. - [UPDATE] Updated Admin User Interface.
- [UPDATE] Updated opt-out configuration logging messages.
- [BUGFIX] Fixed an issue where
WebView
was not properly recognized as an Interaction. - [BUGFIX] Fixed an issue where updating Customer Attributes, Activity Types, and Propositions in an MXO Space did not reflect those changes in the SDK.
2.0.0-alpha.0
- [UPDATE] Hybrid Logging Updates.
2.0.0-pre-alpha.0
- [UPDATE] Updated Admin User Interface.
- [BUGFIX] Fixed a request conflict that was occurring due to an invalid Interaction path being generated from local files.
- [BUGFIX] Fixed an issue with background Interaction window tracking.