Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zoho/salesiq-mobilisten-ios-sp

Swift Package for the SalesIQ Mobilisten iOS SDK. Mobilisten is your mobile app's ideal live chat partner. Power up your iOS App with the SalesIQ Mobilisten iOS SDK.
https://github.com/zoho/salesiq-mobilisten-ios-sp

chat-sdk chatbot framework ios livechat mobilisten mobilisten-sdk salesiq salesiq-ios-sdk support

Last synced: about 2 months ago
JSON representation

Swift Package for the SalesIQ Mobilisten iOS SDK. Mobilisten is your mobile app's ideal live chat partner. Power up your iOS App with the SalesIQ Mobilisten iOS SDK.

Awesome Lists containing this project

README

        

[![Platform](https://img.shields.io/badge/platforms-iOS-orange.svg)](https://cocoapods.org/pods/Mobilisten)
[![SupportedLanguages](https://img.shields.io/badge/languages-Swift%20%7C%20%20ObjectiveC-green.svg)](https://www.zoho.com/salesiq/help/developer-section/ios-mobile-sdk-installation.html)
[![Version](https://img.shields.io/badge/version-9.2.0-blue.svg)](https://cocoapods.org/pods/Mobilisten)

# Swift Package for SalesIQ Mobilisten iOS SDK

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.

## Quick Start Guide 💨

1. Navigate to the **Swift Packages** tab under project settings.
2. Add `https://github.com/zoho/SalesIQ-Mobilisten-iOS-SP` as the package repository and click on **Next**.
3. Choose the latest release of the package under package options and click on **Next**.
4. Select Mobilisten under Package Products and click on **Finish**
5. 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.

## Initializing Mobilisten
Use the `ZohoSalesIQ.initWithAppKey(:accessKey:completion:)` API to initialize Mobilisten.
```swift
ZohoSalesIQ.initWithAppKey("app_key", accessKey: "access_key") { error in
if error == nil {
// Initialization successful
} else {
// Initialization failed, handle error
}
}
```

## API Documentation
You can find the list of all APIs and their documentation [here](https://www.zoho.com/salesiq/help/developer-section/ios-sdk-event-delegate-v3.html) under the **API Reference** section