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
3
votes
2 answers

Quickblox: Unable to get push Notifications with FCM getting errr 401

I want to implement push notification in app by FCM. The app is successfully getting FCM pushnotification but when i want to send from Quickblox admin pannel then that give me error like error_description":"Unable to deliver notification 20860148,…
3
votes
0 answers

GCDAsyncSocketErrorDomain Code=7 "Socket closed by remote peer" in quickblox login in iOS

I am using QuickBlox SDK in my iOS app, when I am trying to login in QuickBlox getting below error. [ChatService] Did disconnect with error: Error Domain=GCDAsyncSocketErrorDomain Code=7 "Socket closed by remote peer" …
Riya
  • 31
  • 3
3
votes
1 answer

Quickblox Audio Calling Issue in iOS

I'm working on Quickblox SDK for Audio Calling and Chatting. Right now chatting is working fine. But when other user calls and I accept it I get the following error. Error: Set SDP with error: Error Domain=RTCSDPError Code=-1 "(null)"…
3
votes
0 answers

Transform CustomObject Inputstream to bitmap on Quickblox

I am trying to download an image from quickblox backend but I don't know ho to transform the recieved inputstream to a bitmap. Here my code: QBCustomObjectsFiles.downloadFile(co, "fieldName", new QBEntityCallback(){ @Override …
Isangi
  • 56
  • 7
3
votes
0 answers

Quickblox Webrtc Video Calling Swift - Documentation understanding

I am trying to integrate the Quickblox Webrtc Video Calling feature into a iOS Swift App. However, i'm having a lot of trouble with their SDK & api documentation, and it seems they don't have a tech team to help people with questions about their…
CVApps
  • 43
  • 4
3
votes
1 answer

iOS Build Error Using Quickblox Pod file in AWS Mobile SDK

We have an iOS application that is referencing the AWS Mobile frameworks directly and several other libraries using CocoaPods. The project builds fine But, when we add the 'Quickblox-SDK' as an additional library to reference in the PodFile and run…
aaK
  • 103
  • 9
3
votes
0 answers

iOS : App crash when use 2 frameworks (Quickblox +Twilio )at the same time

I am facing a crash: exc_bad_access(code =1, address =0x4) in Xcode when I use Twilio (For App to Mobile call) in my app with Quickblox(For App to App audio/video call). But when I use only twilio then my app works fine. Could I use Twilio with…
Razi
  • 41
  • 4
3
votes
1 answer

send message using quickblox

I've integrated quickblox in my app. as I fetched all user in tableview using this code QBGeneralResponsePage *page = [QBGeneralResponsePage responsePageWithCurrentPage:1 perPage:100]; [QBRequest usersForPage:page successBlock:^(QBResponse…
Mad Burea
  • 531
  • 8
  • 22
3
votes
0 answers

QuickBlox-android session reconnection

It has been observed that session does not reconnect even after adding connection listener. This is leading to a situation wherein mobile app stops receiving calls if there is a slight disruption in the network connectivity. Below is the code…
ninty20
  • 41
  • 3
3
votes
1 answer

Android : Quickblox get total unread message count

I have referred these links Quickblox Android: Total unread messages count request http://quickblox.com/developers/SimpleSample-chat_users-android#Unread_messages_count But problem is it gives cannot resolve for this method…
Apurva Kolapkar
  • 1,270
  • 2
  • 16
  • 32
3
votes
1 answer

Quickblox shares users across applications

I'm using quickblox to power most of my applications.I noticed that Quickblox shares the users table across all my applications which are under the same account.So if a user registered in my app (A) , he won't be able to register in my app (B),…
Mimma
  • 113
  • 2
  • 10
3
votes
0 answers

Change nickname in XMPP chat room using quickblox

I'm working on a group chat using quickblox. I want to change nickname in a chat room but unable to achieve this. I'm trying below code: [xmppRoom changeNickname:roomNickName]; It says "You have insufficient privileges"
Mughees Musaddiq
  • 1,060
  • 1
  • 10
  • 27
3
votes
2 answers

QuickBlox onRemoteVideoTrackReceive never called

I'm trying create a simple peer to peer video call from this resource. I just did every thing it need but I still got no rendering from remote its only render from local camera and onRemoteVideoTrackReceive never called. I'm using qb 2.5 sdk also I…
Alireza Sharifi
  • 1,127
  • 1
  • 9
  • 18
3
votes
1 answer

Quickblox getUsersByFilter with multiple parameters

How to perform multiple filtering in QBUsers Request? For example, now I'm requesting users with login equals 9634. public void getUsers(){ QBPagedRequestBuilder pagedRequestBuilder = new QBPagedRequestBuilder(); …
Anton Kazakov
  • 2,740
  • 3
  • 23
  • 34
3
votes
0 answers

Quickblox Android Push Notifications with app in the foreground

I am using Quickblox in my app, but I have an issue with the push notifications. I receive the notifications while the app is in the background or close. But while I have the app opened if I receive a message from a conversation I don't receive any…
Marta Rodriguez
  • 1,944
  • 2
  • 16
  • 30