Questions tagged [quickblox]

QuickBlox is a proprietary set of client-server solutions that allows you to build more powerful, engaging and secure mobile apps. QuickBlox runs from your own Amazon instances. You own the servers and can access the source codes of the running system.

QuickBlox is a proprietary web backend that allows you to add communication and data service features to mobile apps.

It provides a couple of modules such as "Location", "Users", "Ratings", "Chat", "Content", "Messages" and "Custom Objects".

1551 questions
0
votes
1 answer

quickblox new token after sign in with facebook

Why when user is signing in with Facebook([QBUsers logInWithSocialProvider:@"facebook" scope:@[@"publish_stream"] delegate:self]), session token changes? And how i can get this new session token?
0
votes
1 answer

exposing AVAudioSession in QBVideoChat

Are there any plans to expose the existing AVAudioSession in QBVideoChat? I realize there's a way to create your own and hand off individual frames to QBVideoChat but in some cases it would be cleaner to operate on the existing session and not have…
0
votes
1 answer

Retrieving chat messages stored in custom table quickblox

I'm storing user chat messages in custom table. And I wish to retrieve messages between two users. For now I'm using the following code NSNumber *user_id, *user2_id; ... //chatMessages = [dict valueForKey:@"items"]; NSMutableDictionary *getRequest =…
yakki
  • 23
  • 5
0
votes
1 answer

Want to use Quickblox like mbaas to make a video Chatroulette function

I read the code of video example. It's based on chat room, need register to chat room first then start video 1:1 chat with selected user id. But for a senario of chatroulette, I need find a random available video ready user, is this achivable by the…
CMMobile
  • 1
  • 1
0
votes
1 answer

QuickBlox Chat Not Available

I'm currently trying to implement the Chat module of Quickblox, but it seems that I can't connect to chat.quickblox.com, I am getting an error during the POST request. Did they change this? Please help me.
Durty
  • 457
  • 1
  • 7
  • 14
0
votes
1 answer

Quickblox push going to sender as well as receivers

I have quickblox almost working on ios. The last problem is when I send a push notification I get it on the sender too. Presumably this is not intentional? Curiously when I look at the debug output from quickblox I see that it has repeated one of…
wheeliebin
  • 716
  • 1
  • 6
  • 20
0
votes
1 answer

Quickblox: how to access custom object special parameters (increment) in iOS SDK?

Is it possible to access special parameters defined in http://quickblox.com/developers/Custom_Objects#Special_update_operators via Quickblox iOS SDK? E.g. updating a custom object record by incrementing (or decrementing) specific numerical…
Matti Vilola
  • 185
  • 7
0
votes
1 answer

404 Error in Authentication to Quickblox

From this mornining i suddlenly gets this message in my app when i try to authenticate for to quickblox server it gives me 404 error. I need solution to this problem. can anyone give help to solve this issue. Please have look at following code:…
Reshma
  • 1,449
  • 2
  • 10
  • 17
0
votes
3 answers

Getting token with Quickblox in C#

I'm trying to access my QuickBlox app and getting a token using the REST API. My code looks like this: http://pastebin.com/rp2KLMp2 The request looks like this (sensitive info…
Lasse O
  • 349
  • 1
  • 3
  • 13
0
votes
1 answer

QuickBlox :Getting online user in Video chat Module

Is there any way to find out whether the Quickblox multiple user are online with ANDROID ? QBChatService wraps the connection, i am not sure how to achieve this, also i thought using the roster, but i don't see where can i get the roster, can you…
Babar Sanah
  • 533
  • 1
  • 7
  • 13
0
votes
1 answer

QBChat/XEP-0045/ leavRoom automatically after coming back from backbround? (Quickblox)

When coming back from background, our app automatically reconnects to chat server and enters a room. All goes well and the chat room history is loaded successfully. But all of a sudden we receive "QBChat/XEP-0045/ leavRoom" and can't send messages…
Mario Frade
  • 273
  • 1
  • 2
  • 11
0
votes
1 answer

QuickBlox inspect buffered messages

Is there a way for a user who is currently logged off to know the difference between a message that is buffered while a user is logged off from when the user is logged on and receives the message. If X sends Y 3 messages while Y is logged out of…
EK_AllDay
  • 1,095
  • 2
  • 15
  • 35
0
votes
1 answer

QuickBlox: How to keep alive app in background?

I am using QuickBlox SDk for chat app. When app goes to background mode, I could not receive chat messages. So I want to keep alive app in background mode. I know the way to keep alive app in background for VOIP based app. Also I got a useful link…
Maulik
  • 19,348
  • 14
  • 82
  • 137
0
votes
1 answer

Quickblox Token required

I'm using quickblox server, and developing an app in Java. By now I have a wierd issue that in my activity i perform the login with APP_ID, AUTH_KEY and AUTH_SECRET and when I go to other fragment (not activity) I success to upload data. The problem…
Juvi
  • 1,078
  • 1
  • 19
  • 38
0
votes
2 answers

Get trouble with XMPPConnection

I try to get Room info related with login user with QuickBlox sdk. I edited chat sample app and try to grab room info according to this =>…
Thein
  • 3,940
  • 2
  • 30
  • 34