Upgrade Live Chat SDK on Flutter
Updated
Upgrade to the latest version of the Live Chat SDK to take advantage of new features, enhancements, and performance improvements that enhance your app's user experience. For a complete list of changes in this release, see the release notes.
Current Release
Live Chat SDK Current Release: 13.0.1
Upgrade to 13.0.1
Note: Breaking Change:
Authenticated Access Required for SDK Installation: Sprinklr Messenger SDKs for Flutter now require authenticated access for both Android and iOS integrations. Brands must use secure credentials (username and password) to download the SDKs from Sprinklr’s private Maven and CocoaPods repositories.
Contact Sprinklr Support at tickets@sprinklr.com to obtain the repo credentials. For more details refer to Setup for Android and Setup for iOS section in installation guide.
Cocoapods Repo Update: The CocoaPods repo is now updated. Use the updated repo path for all integrations. You can use the same credentials that you used for clients-cocoapods.sprinklr.com.
Previous | Updated |
clients-cocoapods.sprinklr.com | clients-external-cocoapods.sprinklr.com |
Expiry Support for Authentication Hash: Starting with this release, authentication hash will be generated with a defined expiration period. This enhances security by ensuring that each hash remains valid only for a limited time. For implementation details, see Generate User Hash.
Depending on your platform, see the relevant section:
Android
Follow the steps in the Getting Started section.
iOS
Add SPRMessengerClient to your Podfile with Live Chat SDK version 13.0.1.
For detailed steps, see the Setup for iOS section.
Upgrade to 12.1.2
Depending on your platform, see the relevant section:
Android
Follow the steps in the Getting Started section.
iOS
Add SPRMessengerClient to your Podfile with Live Chat SDK version 12.1.2.
For detailed steps, see the Setup for iOS section.
Upgrade to 12.0.1
Depending on your platform, see the relevant section:
Android
Follow the steps in the Getting Started section.
iOS
Add SPRMessengerClient to your Podfile with Live Chat SDK version 12.0.1.
For detailed steps, see the Setup for iOS section.
Breaking Change: AppKey Deprecated
The appKey configuration is no longer required for live chat initialization
Required Actions: Remove all instance of appKey from your project