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".

1556 questions
32
votes
2 answers

Better Way to implement the chat application using XMPP on Android?

Hi i want to implement the Chat application in android using XMPP (To avoid the GCM notifications because GCM uses request response process). i have done the 70 perc functionality using Smack library and OpenFire server. but after completion of…
AndroidDev
  • 1,131
  • 3
  • 16
  • 33
17
votes
2 answers

Can't build multiple Android dex files with Ant from external jars

I'm developing an Android app that requires multiple libraries (for Facebook, Google Maps v2 and Quickblox among others), resulting in a method amount overflow that goes over the 64K limit: Unable to execute dex: method ID not in [0, 0xffff]:…
dinoenri
  • 265
  • 2
  • 8
13
votes
2 answers

XMPP whitelists?

We have an enterprise installation of QuickBlox (which implements XMPP), and would like to create mirrored accounts for all of our users on our QuickBlox server install. We also want to sync the networks our system's users have created using…
ruffin
  • 13,513
  • 8
  • 72
  • 118
11
votes
4 answers

didReceiveRemoteNotification not being called when I tap on app icon after receiving a push notification while on background

When my app is on background and I receive a remote notification, two things can happen: I tap on the push notification banner, my apps comes to foreground and didReceiveRemoteNotification is called. I tap on my app icon from the springboard, my…
Mario Frade
  • 273
  • 1
  • 2
  • 11
10
votes
1 answer

Quickblox - How to save a QBRTCCameraCapture to a file

I have a video call app using the latest Quickblox version (Quickblox 2.5, Quickblox-WebRTC 2.0) and I need to save the video being streamed on the call a file. There is an old example with an old version of the SDK which looks nothing like the…
Raphael
  • 7,388
  • 12
  • 55
  • 81
9
votes
2 answers

Comparing Layer, Applozic, Quickblox & SendBird for quick WhatsApp like messaging in an Android App

We at Wishbook have a B2B mobile application (Android & iPhone), wherein we are looking to implement Text & photo communication - between users 1-to-1, or from a user to his group of buyers. We are keen on something that can get us upto speed ASAP,…
Wishbook
  • 101
  • 1
  • 4
8
votes
1 answer

StickersManager class not found for Quickblox

I am trying to use Quickblox's sample chat application. http://quickblox.com/developers/Android_XMPP_Chat_Sample But I am getting this error "The import vc908 cannot be resolved" At this line : import vc908.stickerfactory.StickersManager; I have…
Apurva Kolapkar
  • 1,246
  • 1
  • 15
  • 29
7
votes
3 answers

Fail to resolve: com.quickblox:quickblox-android-sdk-chat:2.6.1

I was following the instruction given by quick blox as below: Starting from sdk 2.6.1 to add dependency on particular module just add: dependencies { compile("com.quickblox:quickblox-android-sdk-chat:2.6.1") } SDK module automatically…
7
votes
1 answer

QuickBlox v2.6 x login via Facebook for iOS

i'm trying to make login in Quickblox app via Facebook SDK But I get 422 error. I've done all things that need in Quikblox, Facebook and iOS app Created Facebook app and integrated SDK to iOS app. I Filled up all required fields in Quickblox…
Rinat
  • 111
  • 3
7
votes
0 answers

Quickblox Chat Login Fails With Unauthorized Response

I have been using QuickBlox for chat in our application and it connects fine upon login to ChatService. However, at times when its disconnected and tries to reconnect, it throws up this error which you can see in the below stacktrace. Every single…
Shashank Murali
  • 216
  • 2
  • 6
6
votes
1 answer

Cannot Signin to QuickBlox iOS 13

I am trying to Signin using QuickBlox SDK 2.17.1 with iOS 13 using below code let login = "saifan" let password = "quickblox" QBRequest.logIn(withUserLogin: login, password: password, …
Saifan Nadaf
  • 1,378
  • 1
  • 12
  • 20
6
votes
0 answers

Quickblox store chat into cache for android like Ios Quickblox sdk

I am currently working on android chat application with using Quickblox SDK.its good for developing chat,video and audio call.but for android there are some limitations.I already waste my 3 days.there is some limitation which I am facing. 1). I am…
Jd Prajapati
  • 1,865
  • 12
  • 20
6
votes
0 answers

Qucikblox Error: [Bad Authentication data] for twitter login in Android

I had integrated the Quickblox SDK V2.2.5 in my android application to work with Social Integration Twitter but it throws error: '{"errors":["Bad Authentication data"]}' Here following is my code:- // If in the below code I use static TOKEN &…
Harpreet
  • 2,578
  • 3
  • 31
  • 48
6
votes
2 answers

Objective - C: UITableView Content Changing on Scroll

I'm using the QuickBlox Framework to build a chatting application. Currently, when the chat view opens up, everything looks great. However, when the users begins to scroll up and down the chat history, some of the cells begin to change (for example,…
Adam G
  • 1,068
  • 9
  • 21
6
votes
2 answers

How to block a user in QuickBlox?

I am creating a chat based Application on QuickBlox Framework, I want to have a block functionality in the App. I read out some of documents like XMPP and QuickBlox. But did not got any help Out of that. There is some logic of maintaining…
haresh
  • 486
  • 3
  • 18
1
2 3
99 100