Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webex/spark-ios-sdk-example-buddies
A user friendly sample implementation of Spark client SDK and showcases production scenarios with Spark-SDK APIs.
https://github.com/webex/spark-ios-sdk-example-buddies
Last synced: about 7 hours ago
JSON representation
A user friendly sample implementation of Spark client SDK and showcases production scenarios with Spark-SDK APIs.
- Host: GitHub
- URL: https://github.com/webex/spark-ios-sdk-example-buddies
- Owner: webex
- License: mit
- Created: 2017-10-10T06:54:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-10T02:13:45.000Z (about 6 years ago)
- Last Synced: 2024-08-03T16:08:30.225Z (3 months ago)
- Language: Swift
- Homepage:
- Size: 1.97 MB
- Stars: 3
- Watchers: 13
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-webex - Buddies - Application which combines message/call in a UI (by Cisco Webex). (Code samples / Mobile samples)
README
# Buddies
Buddies is a Demo Application that shows how to build a production App with Spark SDK. It is developed for providing reference codes and widgets to developers who wants to develop real time communication(call and messaging) applications with "Spark-SDK".
## Screenshots
1. ScreenShot-1: Calling people/room Page.
1. ScreenShot-2: Main messaging page.
1. ScreenShot-3: Application page, contains buddies and groups.
1. ScreenShot-4: Create group/add buddy Page.
## How to install
You can download our Demo App from TestFlight.
1. Download TestFlight from App Stroe.
1. Use this portal to register as our external tester:[register portal](https://buddies-ios-beta-user-signup.herokuapp.com/?token=MTcHLfVhezEow4VqgWwPTRfcKZPoXCeT
)
1. Check your Email to get your test Redeem code,put this code into TestFlight.
1. Install Buddies from TestFlight.
1. Or you could directly dwonload project.
## Setup
Here are the steps to setup Xcode project using [CocoaPods](http://cocoapods.org):
1. Install CocoaPods:
```bash
gem install cocoapods
```
2. Setup Cocoapods:
```bash
pod setup
```
3. Install SparkSDK and other dependencies from your project directory:
```bash
pod install
```
# Kitchensink
Here is another demo app-"Kitchensink", which is more focus on simply implementing codes and functionalities.
[GitHub-Kitchensink](https://github.com/ciscospark/spark-ios-sdk-example)