Mobilisten

Mobilisten iOS SDK


Keywords
chat-sdk, chatbot, customer-support, ios, livechat, mobilisten, mobilisten-ios-sdk, salesiq-ios-sdk, salesiq-mobilisten-ios, supportsdk
License
MIT
Install
pod try Mobilisten

Documentation

Platform SupportedLanguages Version Cocoapods CDI

SalesIQ Mobilisten iOS SDK 6.0.2

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.

Installation using Cocoapods

You can integrate Mobilisten in your application using Cocoapods using the Mobilisten pod. Here is an example Podfile where Mobilisten is included.

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '11.0'

target 'Project Target' do
  use_frameworks!
  pod 'Mobilisten', '6.0.2'
end

After Mobilisten is added to your Podfile, run the pod install command to complete the Installation.

Installation using Swift Package Manager

You can now integrate Mobilisten with your app using SPM 🎉 Learn More

Manual Installation

You can find our manual integration guide here

Getting Started

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.

Initializing Mobilisten

Use the ZohoSalesIQ.initWithAppKey(:accessKey:completion:) API to initialize Mobilisten.

ZohoSalesIQ.initWithAppKey("app_key", accessKey: "access_key") { _ in
    // your code goes here
}

API Documentation

You can find the list of all APIs and their documentation here under the API Reference section.