The Medallia Experience Orchestration SDK for iOS introduces breaking configuration API changes. To migrate from Thunderhead ONE to Medallia Experience Orchestration, follow the steps below:
Remove the import of the Thunderhead SDK's module from your AppDelegate class.
import Thunderhead
@import Thunderhead;
Note: The Thunderhead import needs to be removed from all other classes if used.
Import the Medallia Experience Orchestration SDK's module instead.
import MedalliaMXO
@import MedalliaMXO;
Remove the Thunderhead ONE code from didFinishLaunchWithOptions section of your AppDelegate class.