Swiftpack.co - zoho/SalesIQ-Mobilisten-iOS-SP as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by zoho.
zoho/SalesIQ-Mobilisten-iOS-SP 6.0.1
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.
⭐️ 5
🕓 4 weeks ago
iOS
.package(url: "https://github.com/zoho/SalesIQ-Mobilisten-iOS-SP.git", from: "6.0.1")

Platform SupportedLanguages Version

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.

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

GitHub

link
Stars: 5
Last commit: 4 weeks ago
jonrohan Something's broken? Yell at me @ptrpavlik. Praise and feedback (and money) is also welcome.

Release Notes

v6.0.1
3 weeks ago

Bug Fixes

  • The issue of the app becoming unresponsive when calling the .Chat.show() API from the presented view controller has been resolved.
  • The issue involves initiating a new chat using the .Chat.startChat() API when there is an ongoing active bot-triggered or proactive chat (with parallel conversation disabled) has been resolved. As a result, using this API will open the existing ongoing chat.

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics