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

Request failed: client error (422) QuicBlox

We implemented QuickBlox chat and voip, it was working fine. Two days back suddenly got error while sending voip pushnotifications. Please see the below error message: Send voip push - Error Optional(Error Domain=xxxxx.quickblox.com Code=422…
Vineesh TP
  • 7,755
  • 12
  • 66
  • 130
2
votes
2 answers

Quick Blox Android Chat SDK (v3.8.1) - App Crash while launching com.quickblox.messages.services.SubscribeTaskManager.a(Unknown Source:49)

I have integrated Quick Blox Chat SDK version 3.8.1 (the latest version available as on 25-Sep-2018). I have successfully integrated the chat SDK. The problem which I'm facing is app crashes while opening for the first time with the following…
Nikhil
  • 911
  • 15
  • 28
2
votes
0 answers

java.lang.NoClassDefFoundError: Failed resolution of: Lde/measite/minidns/Client at org.jivesoftware.smack.util.dns.minidns.MiniDnsResolver

I am using XMPPConnection and Quickblox in my Project.I exclude module minidns from project in gradle and I compile lib 'de.measite.minidns:minidns-hla:0.2.4' for XamppConnection.But when I run QuickBlox module and execute QBChatService.getInstance…
D.Joshi
  • 21
  • 2
2
votes
0 answers

How to implement CallKit while app is in Background or Kill in quickblox?

In quickblox demo code I found that CallKit incoming call screen is appear when app is active, but nothing happen except notification while doing call when recipient app is in background or kill. I am familiar with Twilio and Sinch and I know they…
2
votes
1 answer

java.lang.NoSuchMethodError: No direct method at com.google.android.gms.iid.InstanceID.zza

Error : java.lang.NoSuchMethodError: No direct method (Landroid/content/Context;)V in class Lcom/google/android/gms/iid/zzd; or its super classes (declaration of 'com.google.android.gms.iid.zzd' appears in …
Jithish P N
  • 1,970
  • 3
  • 26
  • 39
2
votes
4 answers

This app is not authorized to use Firebase Authentication. Verify that the correct package name and SHA-1 are configured in the Firebase Console

I have attached firebase on my modified Q-Municate app which is open source on Github of android project and ran it. Here is the scenario: If the app ran from android studio via developer mode, it(Firebase sign in via phone number) runs smoothly and…
2
votes
1 answer

How to get Chat Dialog By Id in QuickBlox municate android?

i try to get Chat Dialog By Id at this code: ` QBRestChatService.getChatDialogById("59aefb2ca0eb475750844ae8").performAsync(new QBEntityCallback() { @Override public void onSuccess(QBChatDialog qbChatDialog, Bundle…
Iman Marashi
  • 5,593
  • 38
  • 51
2
votes
0 answers

How to get the number of unread messages from Quickblox?

The BE has to send a push notification with a field ios_badge where we need to have a number of unread messages. How should we do it on the BE? We need to place that number on top of the IOS app icon.
2
votes
2 answers

Quickblox FCM notification not working

Im trying to use qb notifications , but I have problem. I'm using sdk 3.3.4, reading from this quickblox documentation in documentation I see that we need set QBNotificationChannel for FCM. But we can set only GCM because we don't have FCM public…
Peter
  • 2,480
  • 6
  • 39
  • 60
2
votes
2 answers

QuickBlox JavaScript SDK in Angular 4

I try to use the QuickBlox JavaScript SDK in an Angular 4 browser app. At first I created a new project using Angular-CLI. Then I installed QuickBox using npm install quickblox --save In my app.component.ts I added this import import { QB } from…
Peter Lustig
  • 1,585
  • 1
  • 18
  • 34
2
votes
0 answers

Need to add quickblox Q-municate in native app

I need to add video call ,Voice call ,Chat by using quickblox i have found Q-municate for iOS and its work perfectly.But i want to use Q-municate in my application.is it possible please help me if its possible.
2
votes
1 answer

Not receiving push notification from iOS to android using Quickblox SDK

I have used Quickblox iOS SDK for chat implementation. I am facing problem with push notification from iOS device to android device. By default it should send push to opponent user whenever a message is sent.It does not send push from iOS to…
hpp
  • 619
  • 3
  • 13
2
votes
1 answer

Quickblox Javascript SDK - Video Calls via Web RTC Are Always Rejected

I am trying to create simple app to test Quickblox's Web RTC. Here is what it is about: I have two Quickblox users that I created earlier Depending on which user I pass in query parameters (localhost:3001/?user=XYZ), the app will log me in using…
user1076731
  • 203
  • 3
  • 14
2
votes
1 answer

Unauthorized access to REST API

I am having a big problem when trying to authenticate to QuickBlox's server using a Token. The method I use is: public static async Task GetLoginResponseAsync(string email, string password) { LoginResponse result = null; …
2
votes
1 answer

QuickBlox - Dialog have to be in memory cache in Objective-C

I have create an application for chatting. I have use QuickBlox to chat with each other. I have register two user and chat with each other it will work perfect. But when user logout and login again it will crash. ERROR - Dialog have to be in…
sohil
  • 818
  • 2
  • 15
  • 38