Questions tagged [quickblox-android]

Use this tag for questions related to quickblox on android platform. For generic quickblox question use `quickblox` tag.

QuickBlox is used for the backend for Q-municate which is an open source code of chat application with a wide range of communication features included (such as one-to-one messaging, group chat messaging, file transfer, push notifications, audio/video calls) Website : https://quickblox.com/developers/Q-municate#Q-municate

146 questions
0
votes
1 answer

Quickblox push notification not working with Firebase device token

I'm using Quickblox for chatting features in my app, GCM was setup properly and it was fully functional along with push notification of Quickblox. But now google developer documentation strongly recommends that GCM users should migrate to FCM. After…
Nauman Zubair
  • 1,208
  • 15
  • 27
0
votes
1 answer

Quickblox Chat stopped working in iOS

My app was working fine but Quicblox chat stopped working now - I have quiclblox installed through Pods - QuickBlox (2.8.0.1) (EDIT: Just updated the pod to Quickblox 2.9, but still the same) Here's the code I have to send the message which…
Somal
  • 128
  • 10
0
votes
2 answers

Unable to login or signin with Q-municate v1.1.4

I have downloaded old source code Q-municate v1.1.4 before and it works until today it doesn't work anymore but v2.6.1 it works fine. Q-municate v1.1.4 no longer support anymore? Do I need to use v2.0+ instead? Thank you
Natch
  • 3
  • 1
0
votes
1 answer

When is the QBPrivateChat instance created locally?

I am new with quickblox. I have read all the examples and could create a simple chat with notifications, but there is something I do not understand. Following the quickblox guide, it says to add the QBPrivateChatManagerListener which callback…
Javier Sivianes
  • 784
  • 1
  • 9
  • 25
0
votes
2 answers

Quickblox 2.6.1 webrtc: missing org.webrtc.videocapturerandroid$nativeobserver

I am getting a missing class error when trying to load libjingle_peerconnection_so.so. I am using Quickblox 2.6.1 video webrtc. Does anyone have any idea whats going on? ##---------------Begin: proguard configuration for Gson ---------- # Gson…
0
votes
1 answer

Quickblox Android sample video chat - Distorted video stream

In case somebody experiences the same issue (and for a better visibility) I'll also post this question and its answer here (Original thread): I have successfully installed and ran the sample video chat app on several different Android devices. Only…
AustrianDude
  • 226
  • 2
  • 16
0
votes
2 answers

Quickblox Android: Total unread messages count request

I have seen that in the iOS sdk and the API I can get the total unread messages count, but I couldn't find a way to do the same with the Quickblox Android SDK. Is there a way to achieve this? I need something similar to this but for Android instead…
Marta Rodriguez
  • 1,944
  • 2
  • 16
  • 30
0
votes
1 answer

Android Studio Gradle Error:Failed to resolve: com.quickblox:quickblox-android-sdk-core:2.5.1

I'm dabbling in Android development currently and I have an Android Studio project which I am trying to add the QuickBlox sdk to my project. I've tried following the instructions provided but found it did not work. With some research I found that I…
Kelvin
  • 255
  • 1
  • 2
  • 7
0
votes
1 answer

How to get best video quality with Quickblox?

I m integrating quickblox to my enterprise app. (iOS & android). When made video call between same OS (android-android, iOS-iOS), video quality is looks good. But not so good between different OS (iOS-android, android-iOS). Is there any solution ?
gstream
  • 525
  • 6
  • 18
0
votes
0 answers

Getting "login" error when trying to login using facebook provider in Quickblox

I'm developing an Android app that uses de QUickblox Android SDK and I'm getting this error when trying to login using the facebook provider by calling the QBUsers.signInUsingSocialProvider() method. login":["should contain alphanumeric and…
regmoraes
  • 5,329
  • 3
  • 24
  • 33
0
votes
0 answers

QuickBlox:iOS: Get User list by fullname and tag

I am developing one Chat application using Quickblox framework. I want to implement search user option. I come across two methods for searching a user. They are search by name and search by tags. //Sridhar [[[QMApi instance].usersService…
Sridhar
  • 2,228
  • 10
  • 48
  • 79
0
votes
1 answer

What does each object do exactly in Quickblox Android Private Chat?

I've been working on private chat for quite a while now and can't seem to find any answers on what exactly each object does. I have also read the documentation and its simply too brief for a new quickblox user to follow. The main objects I'm…
Harmeet
  • 35
  • 7
0
votes
1 answer

Can't make video call on android 6 with quickblox

I m trying to build video chat app with quickblox v2.5. My chat app working well on iOS9.2 and android 4+, 5+. But it does not work on android 6. :( I used Nexus 5 and Samsung galaxy s4, s5. When I use Nexus5 for the test, it working well between…
gstream
  • 525
  • 6
  • 18
0
votes
1 answer

Unable to accept QuickBlox RTC Call due to org.webrtc.PeerConnection.setRemoteDescription null pointer exception

I am unable to accept QuickBlox RTC Call. Here is the exception log: 02-25 16:46:18.080 9035-9240/com.myapp.chat E/AndroidRuntime: FATAL EXCEPTION: Thread-10031 Process: com.myapp.chat, PID: 9035 java.lang.NullPointerException: Attempt to…
Noel Chew
  • 3,873
  • 2
  • 15
  • 16
0
votes
1 answer

How does quickblox api calculate MAU (monthly active users)?

I would want to get more details about how monthly active users calculation is done by quickblox, there is no much information available on this ?
rahulfhp
  • 3
  • 7
1 2 3
9
10