ChattAR project is a code sample for [QuickBlox]( ChattAR, Augmented Reality Chat for iOShttp://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
Augmented Reality Chat (AR Chat) for iOS This blox allows to see users' POIs and content in Augmented Reality world (phone camera overlay)
Group Chat (Local Chat room) for iOS This blox allows to connect local users in a group chat room
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 on Youtube.
- download the project from here (GIT)
- register a QuickBlox account (if you don't have one yet): http://admin.quickblox.com/register
- log in to QuickBlox admin panel [http://admin.quickblox.com/signin]http://admin.quickblox.com/signin
- create a new app
- click on the app title in the list to reveal app details:
- copy credentials (App ID, Authorization key, Authorization secret) into your ChattAR project code in ChattARAppDelegate.m
- Enjoy!