Upgrade Live Chat SDK on iOS

Updated 

You can upgrade to Live Chat SDK version 12.0.1 to use the latest enhancements and features in your app for a better user experience. For a detailed list of updates in this release, refer to the release notes.

Current Release

Live Chat SDK Current Release: 12.0.1

Upgrade Instructions

Depending on whether you are using CocoaPods or Swift Package Manager for the integration, follow the relevant section below.

Using CocoaPods

If you are using CocoaPods, follow these steps:

Setup

Add SPRMessengerClient to your Podfile with Live Chat SDK version 12.0.1

For detailed instructions, see the Using CocoaPods section

Video Calling

If you are adding support for video calling in Live Chat, add SPRMessengerClientChimeVideoSDK to your Podfile with Live Chat SDK version 12.0.1

For detailed steps, see Taking video calls on messenger.

Co-Browsing

If you are adding support for co-browsing in Live Chat, add SPRMessengerClientCobrowseSDK to your Podfile with Live Chat SDK version 12.0.1

For detailed steps, see Install Co-Browsing related dependencies.

Swift Package Manager

If you are using Swift Package Manager, follow the steps in Using Swift Package Manager.

Breaking Change: AppKey Deprecated

The appKey configuration is no longer required while live chat initialization

Required Actions: Remove all instance of config.appKey from your project