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
1 answer

QuickBlox REST API unable to get push notification subscription list

I've been using QuickBlox to send push notifications to our app on iOS and Android. I'm using Marmalade C++ SDK to develop the app. I have a problem getting the active push notification subscriptions for the logged in user. I have checked from the…
Aleksi Grön
  • 113
  • 9
3
votes
1 answer

422 Unprocessable Entity in Quickblox Signup/login in iOS

I am an iOS developer & currently trying to develop a chat app using Quickblox in iOS. I have dowloaded sample from Quickblox. App is running fine When I am running USERS sample on iPhone (iOS 8.1) but when I am trying to run on iPad (iOS 8.1.2),…
Gagan_iOS
  • 3,638
  • 3
  • 32
  • 51
3
votes
0 answers

Quickblox ios crash on dismiss view

I have been using the QuickBlox SDK. When the user hangs up the call or rejects the call on the sessionDidClose callback i dismiss the viewcontroller that contains the video tracks. This causes an EXC_BAD_ACCESS at EAGLContext setCurrentContext. Any…
3
votes
1 answer

- (void)chatDidReceiveMessage:(QBChatMessage *)message not working

I have integerated QuickBlox iOS sdk v2.5. I am sending messages to a particular and they are being sent to server but for receiving a message - (void)chatDidReceiveMessage:(QBChatMessage *)message is not getting called This is what I am doing to…
3
votes
1 answer

Quickblox Android SDK : Login with facebook token issue

I'm using Quickblox in my app and I can't signIn an user with Facebook token, here's how I create QB Session which works fine: public static void createSession(final QBEntityCallback callback){ QBAuth.createSession(new…
Joris Obert
  • 66
  • 1
  • 4
3
votes
0 answers

Quickblox SDK needs login every time in Android

I am trying to write a code in Android to create a basic Quickblox session using my credential. But whenever i kill the app and open the app again then the Quickblox sdk ask for signin. I am getting "Token is Required" error response. MyCode…
3
votes
0 answers

Using Quickblox Xamarin.Android Binding

I have to use Quickblox in one of my projects in Xamarin.Android and iOS. Here are the urls of both bindings: https://github.com/ahaedike/quickblox-monodroid-bindings https://github.com/ahaedike/quickblox-monotouch-bindings I want use methods…
Sagar Panwala
  • 922
  • 1
  • 8
  • 23
3
votes
3 answers

QuickBlox: Undefined symbols for architecture arm64

I am using Xcode 6.4 and installed QuickBlox framework using cocoapods. After using the framework I am getting some errors like Undefined symbols for architecture arm64 "_OBJC_CLASS_$_QBSettings", referenced from: objc-class-ref in…
Tapas Pal
  • 7,073
  • 8
  • 39
  • 86
3
votes
0 answers

Quickblox giving SmackException$NotConnectedException in android app

We have integrated quickblox sdk in our android app for chatting.. We have implemented chat, friend request functionality in the app. But, we are getting this exception when one user accepts friend request of another user. We also tried to google…
user4928952
3
votes
1 answer

Unable to add users to existing chat in Quickblox JS

I have added a feature to QuickBlox chat sample for JS , which allows to add a new user to existing chat function addUsers(){ var curDlgId = currentDialog._id ; var curDlgName = currentDialog.name; $('.users_form.active').each(function(index)…
Old Programmer
  • 546
  • 1
  • 4
  • 17
3
votes
2 answers

Total unreadmessage count quickblox

Hello how to get the total number of unread messages in quicblox? For all dialogs. Is there any direct api call? Thanks!
3
votes
1 answer

QBChatMessage.isMarkable() always returns false even after setting markable to true before sending message

I'm working on an Android app, with QuickBlox SDK. While implementation of Private Chat, I'm setting the markable property of message to true by calling message.setMarkable(true) on a QBChatMessage object before sending a message. Below is the…
3
votes
1 answer

layer vs quickblox baas comparison

layer vs quickblox , which is better(easier to implement,performance features) for messages,voip, and video chat, and do I need to add parse.com with those messaging solutions for content storage.
katysei
  • 31
  • 4
3
votes
1 answer

Image is not attached in quickblox for android

I have made a demo for sending image to private chat using QuickBlox, I am struggling to attach an image with the chat message, I have gone through its document and have used the below Links, with no luck Attach an image My code is as…
jigar jims
  • 129
  • 1
  • 12
3
votes
1 answer

Is there any REST API to get online users in quickblox in rails

I am developing a chat application in rails with the help of quickblox. I have created the application in quickblox and setup it in the rails app. With the help of API, I can get the list of registered users. But I need to get a list of online…
user3397882
  • 107
  • 1
  • 6