Skip to content

QuickBlox/quickblox-ios-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

efb8135 · Aug 29, 2017
May 18, 2017
Aug 29, 2017
Aug 14, 2017
Apr 24, 2017
Aug 14, 2017
Feb 14, 2017
Nov 7, 2016
Feb 14, 2017
Feb 14, 2017
Aug 14, 2017
Aug 28, 2014
Nov 1, 2016
Aug 14, 2017

Repository files navigation

QuickBlox

Core SDK: CocoaPods CocoaPods CocoaPods

WebRTC SDK: CocoaPods CocoaPods CocoaPods


QuickBlox - Communication & cloud backend 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.

QuickBlox iOS Samples

This project contains QuickBlox iOS Samples and latest version of SDK, that includes:

Requirements

  • Xcode 7+
  • iOS SDK 7+

How to start

Clone repository.

Clone submodules

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

Open project

Choose sample you want to try, open it, launch. That's all.

Documentation

Detailed information for each sample is also available in README.md of each sample folder.

See also