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

https://github.com/kommunicate-io/kommunicate-swiftui-sample

Kommunicate iOS Sample App in SwiftUI.
https://github.com/kommunicate-io/kommunicate-swiftui-sample

chat chatbot cocoapods customer-support ios kommunicate-ios-sdk livechat messaging swift swiftui

Last synced: about 2 months ago
JSON representation

Kommunicate iOS Sample App in SwiftUI.

Awesome Lists containing this project

README

        

[Kommunicate](https://www.kommunicate.io/?utm_source=github&utm_medium=readme&utm_campaign=ios) iOS Sample App in SwiftUI.

An Open Source iOS Live Chat SDK for Customer Support.

## Overview

Kommunicate provides open source live chat SDK in iOS. The Kommunicate SDK is flexible, lightweight and easily integrable. It lets you easily add real-time live chat and in-app messaging in your mobile applications and websites for customer support. The SDK is equipped with advance messaging options such as sending attachments, sharing location and rich messaging.

![support-ios](https://user-images.githubusercontent.com/24476344/43457761-7d26b452-94e5-11e8-891d-ca765d589f30.gif)

Kommunicate SDK lets you integrate custom chatbots in your mobile apps for automating tasks. It comes with multiple features to make it a full-fledged customer support SDK.

![bot-ios](https://user-images.githubusercontent.com/24476344/43457795-9e019cfa-94e5-11e8-8824-5d2cfd073a94.gif)

## Get Started

To get started with Kommunicate iOS SDK, head over to the Kommunicate website and [Signup](https://dashboard.kommunicate.io/signup?utm_source=github&utm_medium=readme&utm_campaign=ios) to get your Application ID.

## Installation

Follow these steps to install and run the sample app:

1. `git clone https://github.com/Kommunicate-io/Kommunicate-SwiftUI-Sample`

2. `cd Kommunicate-SwiftUI-Sample`

3. Run `pod install`

4. Now, open `Kommunicate SwiftUI Sample app.xcworkspace` file in the Xcode

5. Pass your App ID in the AppDelegate file, and run the app.

## Docs

Please checkout [SwiftUI Integration docs](https://github.com/Kommunicate-io/Kommunicate-SwiftUI-Sample/blob/master/Documentation/Integration.md) to integrate Kommunicate iOS SDK in a SwiftUI project.