Migrate Cocoapods

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:
  1. Remove the Thunderhead pod from your Podfile.
    pod 'Thunderhead', '~> {SDK_VERSION}'
  2. 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.
  3. Run the following command in your terminal:
    pod install
For more information, see Cocoapods integration guide.