Hi all!
We have released new version of iOS SDK – 1.5.2!
Please see bellow list of new features:
- removed internal access to UDID. No more potential problems with Apple App Store submission.
- Users: added method to QBUsers usersWithPhoneNumbers: - allows to retrieve users by phone numbers
- fixed 12h datetime format issue
Please download updated SDK in QuickBlox iOS developers section
Stay tuned!
Below is some interesting data collected by QuickBlox during last year regarding what OS systems and APIs have been most popular among developers. Basically this is stats for all API calls depending on which SDK / OS they’ve been coming from. This chart includes data for iOS, Android, REST XML and REST JSON only. Windows Phone and BlackBerry data are not included.

You may see how our data also reflects the updates in iOS and Android operating systems.
Good day QuickBlox developers!
We have good news for you – iOS SDK 1.5.1!
Please see bellow list of new features:
- Chat API improvements:
- added method to QBChat requestRoomOnlineUsers: – allows to retrieve room online users
- added isJoined property to QBChatRoom
- Unsupported symbols now will be removed from room name. You can validate room name using [QBChat roomNameToValidRoomName:roomName]
- added method to QBChat destroyRoom: – allows to delete room
- VideoChat API improvements:
- added muteVideoChat property to QBChat – allows to mute microphone during video conference.
- Users API improvements:
- added method to QBUsers usersWithLogins: - allows to retrieve users by logins
- added method to QBUsers usersWithEmails: - allows to retrieve users by emails
- Now you can manage timeout for queries [QBSettings setTimeOutSeconds:10]
Please download updated SDK in QuickBlox iOS developers section
Good luck with your code!
Hi to all QuickBlox developers!
Follow latest QuickBlox Updates - VideoChat and Unlimited API Calls for Developers , happy to inform you that we have released big update of iOS SDK – 1.5.
List of new features:
- Added VideoChat API
- Chat API improvements:
- QBChat: replaced method – (void)chatRoomDidEnter:(NSString *)room with – (void)chatRoomDidEnter:(QBChatRoom *)room
- QBChatDelegate: Now you dont need to use – (void)chatRoomDidCreate:(QBChatRoom*)room. In all cases (create or join room) chatRoomDidEnter: method will be called
- QBChat: Added new method for room creation: – (void)createOrJoinRoomWithName:(NSString *)name membersOnly:(BOOL)isMembersOnly persistent:(BOOL)isPersistent. Old methods marked as deprecated.
Please download updated SDK in QuickBlox iOS developers section
New SDK need to connect some additional frameworks – please follow How to: add SDK to Xcode and connect to the cloud
Good luck with your code!
Jaime FlauteroFebruary 21, 20132

We are proud to announce the new Video Chat module, which allows to developers add this functionality to their mobile applications.
Featured on the iOS SDK Developers section, the API performs the 1 to 1 Video Calls, on the existing QuickBlox Chat module, according to The Next Web, “QuickBlox is first out of the gate when it comes to offering video chat capabilities” on the mBaaS environment.
So, if you want to play with the code and integrate it with your apps, check the Simple Code Sample for iOS. Read more