An open API service indexing awesome lists of open source software.

https://github.com/quickblox/chattar-ios

Augmented Reality Chat for iOS code sample (works with Facebook API and QuickBlox API)
https://github.com/quickblox/chattar-ios

Last synced: 10 months ago
JSON representation

Augmented Reality Chat for iOS code sample (works with Facebook API and QuickBlox API)

Awesome Lists containing this project

README

          

ChattAR, Augmented Reality Chat for iOS


ChattAR project is a code sample for [QuickBlox](http://quickblox.com/) platform and a real app at the same time. It is a great way for developers using QuickBlox platform to learn how to implement specific APIs. ChattAR features [Facebook API](http://developers.facebook.com/docs/), [Location](http://quickblox.com/developers/Location), [Chat](http://quickblox.com/developers/Chat) and Augmented Reality view

This is an iOS build, integrated QuickBlox components are described below:

Location Based Chat (MapChat) for iOS:
This blox allows to see users POIs and content over GoogleMap
![Location based Chat iOS](https://s3.amazonaws.com/qbprod/dc607d44dd3a467bba3e9f95bdae003e00)

Augmented Reality Chat (AR Chat) for iOS
This blox allows to see users' POIs and content in Augmented Reality world (phone camera overlay)

![Augmented Reality Chat iOS](https://s3.amazonaws.com/qbprod/e3b37058ea324fcabf829767d7fd641400)       

Group Chat (Local Chat room) for iOS
This blox allows to connect local users in a group chat room
![Group Chat room iOS](https://s3.amazonaws.com/qbprod/e012f5f920304a83b67782834227e28f00)

Important - how to build your own Augmented Reality Chat app

If you want to build your own iOS app using ChattAR as a basis, please do the following:

Note: you can also watch our [video turotial](http://youtu.be/AgJZYBoxKz0) on Youtube.

1) download the project from here (GIT)

2) register a QuickBlox account (if you don't have one yet): http://admin.quickblox.com/register

3) log in to QuickBlox admin panel [http://admin.quickblox.com/signin]http://admin.quickblox.com/signin

4) create a new app

5) click on the app title in the list to reveal app details:

![App credentials](http://files.quickblox.com/app_credentials.png)

6) copy credentials (App ID, Authorization key, Authorization secret) into your ChattAR project code in ChattARAppDelegate.m

7) Enjoy!