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".
You can download our Demo App from TestFlight.
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