Upgrade tasks

To upgrade an app to the current version of AppConnect for iOS Cordova Plugin, do the following:

  1. Replace the AppConnect.framework bundle in the project folder with the AppConnect.xcframework bundle.
  2. If you are using the AppConnectExtension.framework, replace the AppConnectExtension.framework bundle in the project folder with the AppConnectExtension.xcframework bundle.
  3. Declare the alt-appconnectURL scheme in your app’s Info.plist as another allowed URL scheme.
    See Declare the AppConnect URL schemes as allowed.
  4. Exclude build phases that used to the run post_embed_actions.sh script after the Embed Frameworks build phase.

If your SDK is at a version prior to 4.0, do the following:

  1. Update the AppConnect for iOS Cordova Plugin in your app with the new plugin

  2. Declare the alt-appconnectURL scheme in your app’s Info.plist as another allowed URL scheme.
    See Declare the AppConnect URL schemes as allowed.

  3. Add AppConnect-related entries to your Info.plist.

  4. Update Xcode project settings

  5. If you blocked custom keyboard usage in your app, remove that code. The AppConnect library handles whether custom keyboards are allowed. For details, see Custom keyboard use controlled by MobileIron server.