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.
- Host: GitHub
- URL: https://github.com/kommunicate-io/kommunicate-swiftui-sample
- Owner: Kommunicate-io
- License: bsd-3-clause
- Created: 2020-09-22T09:00:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-29T06:18:11.000Z (over 4 years ago)
- Last Synced: 2025-03-26T13:54:06.567Z (2 months ago)
- Topics: chat, chatbot, cocoapods, customer-support, ios, kommunicate-ios-sdk, livechat, messaging, swift, swiftui
- Language: Swift
- Homepage: https://www.kommunicate.io/
- Size: 26.4 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

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.

## 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.