Buddies is a Demo Application that shows how to build a production App with Webex SDK. It is developed for providing reference codes and widgets to developers who wants to develop real time communication(call and messaging) applications with "Webex-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.
- Open the public link (https://testflight.apple.com/join/r0JD3C9v) from your iOS browser.
- Start testing and install Buddies App from TestFlight.
Here are the steps to setup Xcode project using CocoaPods:
-
Install CocoaPods:
gem install cocoapods
-
Setup Cocoapods:
pod setup
-
Install WebexSDK 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