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".
- 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.
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.
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
Here is another demo app-"Kitchensink", which is more focus on simply implementing codes and functionalities. GitHub-Kitchensink