QuickBlox - Communication & cloud backend (BaaS) platform which brings superpowers to your mobile apps.
QuickBlox is a suite of communication features & data services (APIs, SDKs, code samples, admin panel, tutorials) which help digital agencies, mobile developers and publishers to add great functionality to smartphone applications. Please read full iOS SDK documentation on the QuickBlox website, iOS section.
This project contains QuickBlox iOS Samples and latest version of SDK, that includes:
-
Samples (separated samples for each QuickBlox module):
- Obj-C Chat Sample
- Swift Chat Sample
- VideoChat WebRTC Sample
- Push Notifications Sample
- Location Sample
- Users Sample
- Custom Objects Sample
- Content Sample
Additional submodules:
- Xcode 7+
- iOS SDK 7+
Clone repository.
If you are using SourceTree, it will clone submodules automatically.
If you use Terminal:
git submodule init
git submodule update
git submodule foreach git pull origin master
Choose sample you want to try, open it, launch. That's all.
Detailed information for each sample is also available in README.md of each sample folder.