Awesome
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
<ul> <img src="https://github.com/ciscospark/spark-ios-sdk-example-buddies/blob/develop/ScreenShots/S_4.jpg" width="22%" height="25%"> <img src="https://github.com/ciscospark/spark-ios-sdk-example-buddies/blob/develop/ScreenShots/S_2.jpg" width="22%" height="25%"> <img src="https://github.com/ciscospark/spark-ios-sdk-example-buddies/blob/develop/ScreenShots/S_3.jpg" width="22%" height="25%"> <img src="https://github.com/ciscospark/spark-ios-sdk-example-buddies/blob/develop/ScreenShots/S_1.jpg" width="22%" height="25%"> </ul>- ScreenShot-1: Calling people/room Page.
- ScreenShot-2: Main messaging page.
- ScreenShot-3: Application page, contains buddies and groups.
- ScreenShot-4: Create group/add buddy Page.
How to install
You can download our Demo App from TestFlight.
- Download TestFlight from App Stroe.
- Use this portal to register as our external tester:register portal
- Check your Email to get your test Redeem code,put this code into TestFlight.
- Install Buddies from TestFlight.
- Or you could directly dwonload project.
Setup
Here are the steps to setup Xcode project using CocoaPods:
-
Install CocoaPods:
gem install cocoapods
-
Setup Cocoapods:
pod setup
-
Install SparkSDK and other dependencies from your project directory:
pod install
Kitchensink
Here is another demo app-"Kitchensink", which is more focus on simply implementing codes and functionalities. GitHub-Kitchensink