Skip to content

Releases: medallia/mxo-ios-sdk

1.2.1

18 Apr 20:20
f3e9c3a
Compare
Choose a tag to compare
  • [UPDATE] Added Privacy Manifests based on Apple requirements.
  • [UPDATE] Updated minimum deployment target to iOS 12.0.

2.0.2

05 Apr 18:15
a791fda
Compare
Choose a tag to compare
  • [BUGFIX] Fixed an issue with the Apple Privacy Manifest missing a required key.

2.0.1

07 Feb 18:05
1b8385d
Compare
Choose a tag to compare
  • [BUGFIX] Fixed a crash caused by a null pointer dereference within objc_setAssociatedObject, triggered from OneRuntimeAPIAgent during offline Interaction processes.

2.0.0

01 Feb 16:16
d71111a
Compare
Choose a tag to compare
  • [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 to tid 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

13 Dec 00:51
1d199c6
Compare
Choose a tag to compare
2.0.0-alpha.0 Pre-release
Pre-release
  • [UPDATE] Hybrid Logging Updates.

2.0.0-pre-alpha.0

04 Dec 19:50
60d0eb1
Compare
Choose a tag to compare
2.0.0-pre-alpha.0 Pre-release
Pre-release
  • [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.

1.3.0-pre-alpha.3

30 Oct 17:49
a300b6e
Compare
Choose a tag to compare
1.3.0-pre-alpha.3 Pre-release
Pre-release
  • [UPDATE] Updated the SDK to use the latest Designtime APIs for creating Interactions.
  • [UPDATE] Updated Admin User Interface.
  • [BUGFIX] Fixed an issue with an untappable button on the empty search results screen.
  • [BUGFIX] Fixed an issue where some Interactions were sent twice.
  • [BUGFIX] Fixed an issue where a Digital Form was not recognized as an Interaction.

1.2.0

06 Sep 16:50
04066c0
Compare
Choose a tag to compare
  • [UPDATE] Removed OAuth1 from runtime requests. For further details on this see our migration guide.
  • [BUGFIX] Fixed an issue with a Navigation Bar label's path mismatch across iOS versions.
  • [BUGFIX] Fixed an issue where optimization was not returned for PageViewController in a SwiftUI app.
  • [BUGFIX] Fixed an issue where a user with no permissions was not getting an error message in Admin mode.
  • [BUGFIX] Fixed an issue with clearTid API where it was clearing user credentials along with TIDs.

1.1.3

23 Aug 20:33
4152865
Compare
Choose a tag to compare
  • [BUGFIX] Fixed an issue with contentUrl not being returned in MXOAsset for external assets.
  • [BUGFIX] Fixed an issue with MXOAssetResponse not returning label, target, and targetUrl.
  • [BUGFIX] Fixed an issue with MXOCaptureAttributePoint not returning capturePhase, captureType, captureDelay, elementType, elementName, and elementAttributeName.

1.1.2

14 Aug 22:22
c2e7b0a
Compare
Choose a tag to compare
  • [BUGFIX] Fixed an issue with directives not being returned in MXOOptimizationPoint.
  • [BUGFIX] Fixed an issue when a scheme was appended to a Touchpoint URI when not set by a developer.