Programmatic Interaction requests
Starting with iOS MXO SDK version 3.0.0, changes have been made to the Interaction Map system. As a result, some interactions may not be found in the Interaction Map, which could prevent them from being sent.
Interaction is not in the Interaction Map error
If you encounter this error for any configured Interaction Point, please ensure it is correctly passed in the code. Make sure the interaction path includes the leading forward slash and follows the format: /InteractionPath
. Passing it without the slash (e.g., InteractionPath
) will cause an error, as it will not be found in the Interaction Map.