Samples Directory

SimpleSample-messages_users-ios

author: igor
1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)
Loading ... Loading ...

This sample demonstrates how to work with Messages (and Users) QuickBlox services.
It allows to send and receive push messages.

It shows how to:

  1. Register User and register it as subscriber for receive messages (from other Users and from Admin panel)
  2. Send push notification to select User
modules: Messages + Users

The Essential Set Up Guide

author: Filip Ljubicic
1 Star2 Stars3 Stars4 Stars5 Stars (3 votes, average: 4.67 out of 5)
Loading ... Loading ...

 

5 min guide
How to create a QuickBlox account, create a new app and get started within 5 minutes
API reference
our REST API functions reference
Samples
Code samples for all platforms
Important notice – what works
APIs: currently the APIs work for: Location, Chat, Users, Content. APIs do not work for Ratings and Messages (temporary)
Admin panel: admin panel is available for Location, Users and Messages.
SDK: available for iOS and Windows Mobile. For Android it could be easily figured our from Sample Code below.
Sample codes: available for iOS, Android, Windows Phone and Web/Facebook. SuperSamples mainly feature Map+Chat and Users authentication functionality.

 

Resources by platform

iOS

SDK
iOS SDK which is a client-side connector of QuickBlox for iPhone/iPad projects – just plug it into your existing Xcode project
Code sample for iOS – featuring Map and Chat

Android

Code sample for Android – featuring Map and Chat

 

Windows Phone

Code sample http://quickblox.com/2011/12/supersample-wp7/
SDK http://sdk.quickblox.com/wp7/

 

Web/HTML/Facebook resources

 

 

Simple sample – BackgroundMode (WindowsPhone7)

author: andrey
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

This sample shows how using the background mode helps in developing high quality applications. This mode allows always have the ability to contact through the context and get the following:

  • All users of the applications;
  • All locations (Geodata objects) of the application;
  • Check connection with the server.

Full description can be found on the wiki:

modules:

Simple sample – Geo (WindowsPhone7)

author: andrey
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

This is a simple sample of using QuickBlox Location Module in Windows Phone 7 application.  It demonstrates how to work with Location service and operates with GeoData objects. It shows how to add location, remove it, make samples etc.

Full description can be found on the wiki:

modules: Location

Simple sample – Users (WindowsPhone7)

author: andrey
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

This is a simple sample of using QuickBlox Users Module in Windows Phone 7 application. It demonstrates how to work with users in the QuickBlox. It allows you to add, remove, update a user etc.

Full description can be found on the wiki:

modules: Users