Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kommunicate-io/kommunicate-objective-c-sample-app
A sample app in Objective-C using Kommunicate iOS SDK.
https://github.com/kommunicate-io/kommunicate-objective-c-sample-app
chat chatbot customer-support ios ios12 objective-c
Last synced: 2 months ago
JSON representation
A sample app in Objective-C using Kommunicate iOS SDK.
- Host: GitHub
- URL: https://github.com/kommunicate-io/kommunicate-objective-c-sample-app
- Owner: Kommunicate-io
- License: bsd-3-clause
- Created: 2018-10-09T15:00:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-12T10:11:52.000Z (over 1 year ago)
- Last Synced: 2023-10-13T04:09:32.440Z (over 1 year ago)
- Topics: chat, chatbot, customer-support, ios, ios12, objective-c
- Language: Objective-C
- Homepage: https://www.kommunicate.io/
- Size: 111 KB
- Stars: 4
- Watchers: 8
- Forks: 4
- Open Issues: 1
-
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 Objective-C
An Open Source iOS Live Chat SDK for Customer Support.
![Kommunicate-Objective-C.png](KommunicateObjcSample/Kommunicate-App.png "Kommunicate-ObjectiveC-App")
## 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.
To get started with Kommunicate iOS SDK, head over to Kommunicate website and Signup to get your Application ID.
## Example
To run the example project, clone the repo, and run pod install.
# How to Run this Project
## Follow these steps to run this project:
- Get Your App ID:
Start by obtaining the appID from the dashboard.
- Open the Project in Xcode:
Launch Xcode and open the Kommunicate-Objective-C-Sample-App project.
- Navigate to viewController.m:
Locate and open the viewController.m file within the project.
- Configure User and App Information:
In the viewController.m file, find the following lines:
`NSString *userId = @"";`
`NSString *applicationId = @"";`
Replace with the desired user ID and with your actual App ID.
- Build the Project:
Finally, build the project.## Requirements
- iOS 13+
- Xcode 12+## Docs
Please checkout [Documentation](https://docs.kommunicate.io/docs/ios-authentication.html) for more details.
## License
Kommunicate is available under the BSD-3-Clause license. See the LICENSE file for more info.