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
1
vote
2 answers

Quickblox login is not working using 3.3.1 sdk

I have integrated QuickBlox, everything is working fine, suddenly I am getting this error. I have tried to get why it is coming but didn't get any solution. My code: ChatHelper.getInstance().login(user, new QBEntityCallback() { …
Ash
  • 682
  • 2
  • 10
  • 20
1
vote
0 answers

QuickBlox Opponent Video and audio call is not coming in Android When App in background and App completely destroy From Memory

I am using QuickBlox SDk for video calling. When i call from one user to another, When My App in background but if My app comes in foreground then Video and Audio call coming . Can you please suggest me how can i resolve this problem. Even when I…
1
vote
1 answer

Quickblox User field and location

I am doing an android app project on quickblox. I want to add more fields in the users panel. how can I do that. Also how to integrate location in my app so that I can get the location of the person who logs in
Stephen Nollan
  • 153
  • 3
  • 9
1
vote
1 answer

QBContent.uploadFileTask error

com.quickblox.core.exception.QBResponseException: MethodNotAllowed 04-12 18:11:49.125 17022-17022/com.app W/System.err: at com.quickblox.core.parser.QBXmlParser.parse(QBXmlParser.java:33) 04-12 18:11:49.135 17022-17022/com.app W/System.err: …
Pallavi
  • 652
  • 1
  • 10
  • 26
1
vote
1 answer

PushNotification with custom parameter from android to IOS goes as just text

notification screenshot on IOS Hi I have been trying to send push-notification from android to ios with custom parameters required for my app. Tried sending it as hashmap as in the code above but did not receive that notification at all instead…
Kavya
  • 11
  • 2
1
vote
1 answer

Zip exception, duplicate entry com/quickblox/BuildConfig.class

I have build a simple chat apps using quickblox in android studio2.2.1, its working fine with quickblox-android-0.8.1.jar. But now i want to add attachment to it. I am using four more individual .jar for that(content, core, messages, chat …
Dev b
  • 17
  • 6
1
vote
0 answers

Application Crash on qbChatDialog.sendMessage(chatMessage);

Environment details (Operating system, browser information, SDK version) Android, SDK: 3.20 Expected behavior when I login in an application and chat with other users it's working fine but once I exit from an application and start again and…
1
vote
0 answers

Bluetooth support in QuickBlox sdk Android

I am currently using Quick Blox android Sdk version 3.2.0 for video and audio calling in my application. Everything is working fine but when I connect my mobile with blue-tooth device nothing happened while calling i.e I am not being able to use…
yashkal
  • 713
  • 5
  • 20
1
vote
0 answers

Minus 3.8k supported devices SDK Quickblox.com

I have a question regarding your SDK. When we use it, the number of supported device decreases by 3800. Is it possible to avoid these losses?
bayanruby
  • 11
  • 2
1
vote
1 answer

Not receiving unread messages count in quickblox

I am using quickblox android sdk for a groupchat application and it is working perfectly well except for the fact that i am unable to receive push notification if a message is sent when i was offline. So i decided to query for unread messages count…
Collins
  • 145
  • 2
  • 15
1
vote
0 answers

How to enable push notification in quickblox groupchat

I have been trying quickblox chat api and i have gotten stucked at some place. I have registered and setup gcm notifications and i am able to received notifications that are been sent from Google Developer Console. I am able to receive notifications…
Collins
  • 145
  • 2
  • 15
1
vote
1 answer

how can possible only audio calling using quickblox in android?

I am using this code for audio calling and start call but how can another user receive incoming call ? please check this Screenshot link List opponents = new ArrayList(); opponents.add(Integer.valueOf(quickBlox_Id));…
Jay patel
  • 489
  • 3
  • 16
1
vote
1 answer

Quickblox Chat connection drop when chatting in android

I am working on an app for android which involves Quickblox. I am keep getting message 'Chat connection has been dropped'. Upon reading the logcat, this is what I am getting: 12-08 11:15:31.214 13894-14722/com.quickblox.sample…
1
vote
0 answers

Get all dialogs in a QuickBlox application?

Every one hour, our server has to notify all the users who haven't read the messages. Can we do that with QuickBlox? We have the credentials of all users stored. So, we can login with each user and get his dialogs and check if there are any unread…
1
vote
1 answer

Quickblox QBDialogCustomData never submitted

When submitting dialog to Quickblox I add QBDialogCustomData using the code below QBDialogCustomData qbDialogCustomData=new QBDialogCustomData("UserInfoDialog"); qbDialogCustomData.putString("FBID1",…
tihomir981
  • 41
  • 1
  • 4