https://github.com/webex/webex-ios-sdk-example-buddies
A user friendly sample implementation of Webex client SDK and showcases production scenarios with Webex SDK.
https://github.com/webex/webex-ios-sdk-example-buddies
webex webex-ios-sdk
Last synced: 4 months ago
JSON representation
A user friendly sample implementation of Webex client SDK and showcases production scenarios with Webex SDK.
- Host: GitHub
- URL: https://github.com/webex/webex-ios-sdk-example-buddies
- Owner: webex
- License: mit
- Created: 2018-07-06T07:59:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T12:46:15.000Z (over 4 years ago)
- Last Synced: 2025-06-25T09:03:54.903Z (4 months ago)
- Topics: webex, webex-ios-sdk
- Language: Swift
- Homepage:
- Size: 2.02 MB
- Stars: 3
- Watchers: 10
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Buddies
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".
## 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.
2. Open the public link (https://testflight.apple.com/join/r0JD3C9v) from your iOS browser.
3. Start testing and install Buddies App from TestFlight.
## 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 WebexSDK 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/webex/webex-ios-sdk-example)