/quickblox-ios-sdk

quickblox-ios-sdk

Primary LanguageObjective-C

QuickBlox

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.

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