Connect with customers at every step of their journey. Give them the best in-app live chat experience with Mobilisten. Mobilisten enables customers to reach you from any screen on your app, get their questions answered, and make better purchase decisions.
- Navigate to the Swift Packages tab under project settings.
- Add
https://github.com/zoho/SalesIQ-Mobilisten-iOS-SP
as the package repository and click on Next. - Choose the latest release of the package under package options and click on Next.
- Select Mobilisten under Package Products and click on Finish
- The installation is now complete 🎉 🥳 .
Mobilisten comes with a set of highly configurable APIs to suit your needs. Register your app's Bundle ID via the SalesIQ Console to generate the App
and Access
keys for Mobilisten.
Use the ZohoSalesIQ.initWithAppKey(:accessKey:completion:)
API to initialize Mobilisten.
ZohoSalesIQ.initWithAppKey("app_key", accessKey: "access_key") { error in
if error == nil {
// Initialization successful
} else {
// Initialization failed, handle error
}
}
You can find the list of all APIs and their documentation here under the API Reference section