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)
- Host: GitHub
- URL: https://github.com/quickblox/chattar-ios
- Owner: QuickBlox
- Created: 2012-07-05T12:06:09.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2014-02-26T21:21:30.000Z (over 12 years ago)
- Last Synced: 2024-11-23T12:51:55.351Z (over 1 year ago)
- Language: Objective-C
- Homepage: http://quickblox.com/developers/Chattar
- Size: 100 MB
- Stars: 128
- Watchers: 42
- Forks: 88
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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

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](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:

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