Additional integration considerations
Sending Interaction requests based on the Interaction map
To reduce the number of unnecessary Interaction requests sent automatically by the SDK, only Interactions with explicit Interaction paths created under a Touchpoint and configured with at least one point are sent to Medallia Experience Orchestration .
The SDK only sends Interactions if they have been created under a Touchpoint and/or if they match wildcard rules defined under a Touchpoint.For an Interaction to be sent by the SDK this Interaction needs to contain at least one Activity Capture Point, Attribute Capture Point, and/or Optimization Point.
View Controller / View lifecycle overriding rules
The framework listens to a number of UIViewController
and UIView
methods to provide the desired functionality. Those methods are:
viewWillAppear
viewDidAppear
viewWillDisappear
didMoveToWindow
If you use these methods in your code, please ensure to call super
when implementing them.