If you have previously integrated the Thunderhead ONE SDK into your app via Cocoapods, to migrate to the Medallia Experience Orchestration SDK, follow the steps below:
Remove the Thunderhead pod from your Podfile.
pod 'Thunderhead', '~> {SDK_VERSION}'
Add the Medallia Experience Orchestration pod instead.
pod 'medallia-mxo-ios-sdk', '~> {SDK_VERSION}'
Tip: Do not add the SDK version to use the latest available version. We always recommend to use the latest version of the Orchestration for iOS.