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
5
votes
0 answers

Increase badgevalue count using quickblox message push notification

I am integrating Quickblox in my ios app for chatting . The problem facing in app is not increasing badge count in background whenever chat notification appears Every time badge count showing 1. And for sending chat I am using below code …
Dhanraja
  • 211
  • 2
  • 13
5
votes
2 answers

quickblox base Bad timestamp for 4.1.2

I'm trying to start using Quickblox, since it provides great tools for backend. I have registered on website an got credentials for my app, however I fail to start simple program to test connection: public class MainActivity extends…
Valera
  • 423
  • 1
  • 6
  • 16
5
votes
1 answer

Receive offline messages with Quickblox

Users do not receive offline messages when they get online. Could you please explain why users do not receive offline messages?
5
votes
6 answers

How to generate QuickBlox authentication signature in PHP?

I want to access the APIs in QuickBlox, but before that we need to authenticate our apps and get a session token, and using session token we can access the other APIs. But the problem is, when I send the authentication request using the required…
hitender
  • 113
  • 2
  • 8
4
votes
1 answer

Android: Quickblox Client is not, or no longer, connected. error

I use Quickblox for chat room My code: final QBChatDialog dialog = DialogUtils.buildPrivateDialog(id); dialog.setType(QBDialogType.PRIVATE); QBRestChatService.createChatDialog(dialog).performAsync(new QBEntityCallback() { …
Tooti Tooti
  • 109
  • 7
4
votes
2 answers

Push Notifications not delivered quickblox

I am trying to send push notifications for offline users, but it is not sent to the device Environment details: ios chat app, I am using latest version from cocoapods Expected behavior: It should show push notifications on the device Actual…
Usman Shahid
  • 183
  • 2
  • 11
4
votes
2 answers

firebase access token expire in 4 to 5 hours

I am making an chat app and use firebase phone authorization and quickblox chat api. My code is: private void signInWithPhoneAuthCredential(PhoneAuthCredential credential) { mAuth.signInWithCredential(credential) …
4
votes
2 answers

QuickBlox iOS failed with error code 422

I am using QuickBlox iOS SDK (version 2.9.2) and got a failure with error code 422 when calling [QBRequest createObject:qbcoCustomObject successBlock:^(QBResponse *response, QBCOCustomObject *object) { } errorBlock:^(QBResponse *response) { }]; It…
kuang
  • 309
  • 1
  • 11
4
votes
1 answer

How exactly use quickblox in android?

I take reference from official website https://quickblox.com/developers/Android#Download_Android_SDK gradle compile succeed: repositories { maven { url…
Morton
  • 5,380
  • 18
  • 63
  • 118
4
votes
1 answer

Quickblox is not working with subdomain url

I have multiple URL for same domain , but its contain sub domain like following admin.projectname.com doctor.projectname.com etc.. Here quickblox call not working with this URLs and giving following error: NavigatorUserMediaError { name:…
coDe murDerer
  • 1,858
  • 4
  • 20
  • 28
4
votes
1 answer

Quickblox Error : You are not owner of this object on API call to PUT /users/

When i try to update user using REST API PUT request. I got an error "You are not owner of this object". Request : PUT /users/14055179.json HTTP/1.1 Host: api.quickblox.com Content-Type: application/json QuickBlox-REST-API-Version: 0.1.0 QB-Token:…
Hiren Makwana
  • 1,976
  • 2
  • 13
  • 28
4
votes
1 answer

Get all the Quickblox groups list from server

I am using quickblox api 2.5.1 in android for chat, I want to get all the quickblox groups list which is available in quickblox server. Currently i am getting the list of groups which is created by me or which i am the member of that group.
Pranav Darji
  • 744
  • 3
  • 13
4
votes
1 answer

Gradle build issue: upgrading Quickblox and httpclient on latest Android SDK23

I'm trying to upgrade android app (which uses Quickblox and httpclient for server communication) to latest SDK 23. I got some issues. I know httpclient isn't supported for SDK23. You can check error below: Process: com.a.test, PID: 26761 …
Aym B
  • 103
  • 2
  • 5
4
votes
4 answers

'NSRangeException', reason: '*** -[__NSArrayM objectAtIndex:]: index 1 beyond bounds [0 .. 0]'

In my application this error coming randomly when i send attachment(like Image and video) to other user,it crashes. I am using Quickblox SDK. This is the error.. NSRangeException', reason: '*** -[__NSArrayM objectAtIndex:]: index 1 beyond bounds…
PPreeti
  • 201
  • 1
  • 3
  • 10
4
votes
0 answers

How to exclude a specific package from the library jar in Android Studio?

I am facing an error of duplicate entry between smack and quickblox libraries. After excluding some groups and modules, I can add two libraries, but I failed to add a third one because of this error: Error:Execution failed for task…
Ali
  • 57
  • 9