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

How to subscribe a user to in-app alerts?

I have no problem sending push notifications using Quickblox Messages module, but when I try to send an in-app alert, I get this error: "No recipients. At least one user should be subscribed for In-app alert (through SDK or REST API)" I was…
Mario Frade
  • 273
  • 1
  • 2
  • 11
0
votes
1 answer

Second device doesn't get video call

I'm using QuickBlox to make a video call from one device to the other. This is my code on the device making the call: On viewDidLoad: - (void)viewDidLoad { [super viewDidLoad]; self.videoChat = [[QBChat instance]…
Eli Braginskiy
  • 2,867
  • 5
  • 31
  • 46
0
votes
1 answer

QuickBlox Messages UDIDs

I'm using QuickBlox for Apple Push Notification Services, while debugging some problems I had a look at their QuickBlox panel:Messages->Devices and I notice there are multiple devices for some users with different UDIDs. These users have only used…
wheeliebin
  • 716
  • 1
  • 6
  • 20
0
votes
0 answers

Video chat in android

What i am doing: I am building an android application for 1 to 1 video chatting and i need help here What i did: 1) I came across Quickblox, i tried my best to understand and implement it and i really coudn't get it working 2) I researched about…
Rakesh
  • 1
  • 2
0
votes
1 answer

QBVideoChatController cannot be resolved?

I used sample-videochat-android module from here when I import this module in eclipse I am facing "The import com.quickblox.module.videochat.core.QBVideoChatController cannot be resolved " problem. Can anybody have any idea how can I resolved this…
Vikas Verma
  • 3,626
  • 6
  • 27
  • 40
0
votes
1 answer

QuickBlox, Push notification not working

I am developing an iOS app with QuickBlox backend service. In that push notification is not working anymore. I did following, Uploaded both production and sandbox certificate in admin panel Subscribed for push notification in the app by the…
Jayaprakash
  • 1,407
  • 1
  • 9
  • 19
0
votes
1 answer

Quickblox: Sign in using custom objects(Android)

I want to store more information about my user, hence quickblox user module will not be sufficient for me. So I am using custom object to store all user information. Can anyone please suggest (If possible with code) how do i sign in using custom…
0
votes
0 answers

Quickblox: Why are not all QBUser fields serializable? (Android SDK)

I am testing to save current QBUser object into shared preferences through Gson, meaning I would like to save all QBUser fields locally for later use. I noticed that some fields are defined as serializable and some not. Is there a reason for this?…
Matti Vilola
  • 185
  • 7
0
votes
1 answer

Quickblox, video chat sample in a web client

My question is about the web client api of quickblox. There are several examples of video chat in all platforms except for a web client. Does the web api supports video chat out of the box? I will appreciate a sample code.
CastMart
  • 98
  • 5
0
votes
1 answer

Avoid XMPP message "Cannot Subcribe to yourself"

I have the following code to start a chat conversation between two users: // Create Connection. Connection.DEBUG_ENABLED = true; config = new ConnectionConfiguration(CHAT_SERVER); …
MarcForn
  • 3,321
  • 7
  • 25
  • 39
0
votes
1 answer

Block message from a Member as Another member in quickBlox WEB API

I'm implementing quickBlox chat using WEBAPI. Is it possible to add members programmatically and create new group and member of the chat room that can block any member of chat room? Using webSDK only.
0
votes
1 answer

QuickBlox ios audio file upload issue

I have started using the QuickBlox API in my code. I have used this code for the image upload and it works charm. I want to perform the same for a wav file and my code is, NSData *wavData = [[NSFileManager defaultManager]…
Xander
  • 902
  • 2
  • 14
  • 33
0
votes
1 answer

how to create room in QuickBlox using WEB SDK

I want to implement group chat using QuickBlox(web). Normally for a group chat we will login to QuickBlox, go to chat and will create a group.Instead of this is there any possibilities to create rooms programmatically by user? if possible please…
Saathi
  • 3
  • 3
0
votes
1 answer

QuickBlox integration causes exception

I could not find any good material for QuickBlox integration. I am coding for metro app and following official docs. that's written for WP7 but somewhere I also read its equivalent to windows 8. Following is the code and error! private const int…
user3102858
  • 128
  • 10
0
votes
1 answer

QuickBlox android video chat crash

I was testing Sample-videochat-android code with my Galaxy Grand Duos and Nexus 4 device. When I tried to call from user1 to user2, the call initialized but after some time the app in caller device crashed. Some time crash within 10-15 second and…