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

Quickblox Android SDK Push Notification error - Unable to deliver notification 11897158, received error 401 (Unauthorized, check your App auth_key.)

After Chat module integration in my APP , I am now trying to integrate the Push Notifications/Messsage module. After many trial and errors and reading through many similar issues on web too, I am unable to resolve the error - Unable to deliver…
4
votes
2 answers

Error:(52, 0) Gradle DSL method not found: 'сompile()' in using Quickblox API

I tried to use Quickblox API in my program by adding online maven dependencies. I'm using Android Studio. When I tried to build my program, it shows the following error: Error:(52, 0) Gradle DSL method not found: `сompile()` Possible…
4
votes
0 answers

"Entity you are looking for was not found" at QBSubscriptions - Quickblox (Android)

I am using Quickblox SDK Ver 2.2.5 and I am trying to unsubscribe from Quickblox Push Notification's Subscriptions. Previously before it was working fine & now instantly from past few weeks it stopped working. Here following is my…
Harpreet
  • 2,990
  • 3
  • 38
  • 52
4
votes
1 answer

How to manage quickblox session Javascript SDK

I have been successful with creating quickblox session and it works when moving from one page to another. But once the web app gets refreshed, the session gets lost and i have to initialize again using authentication key etc. I tried persisting the…
4
votes
2 answers

Quickblox User online status IOS

I have been using quickblox sdk for IOS and i have one query regarding user's online status. Below is the code which is recommended. QBUUser *user = ...; NSInteger currentTimeInterval = [[NSDate date] timeIntervalSince1970]; NSInteger…
Awesome.Apple
  • 1,316
  • 1
  • 11
  • 24
4
votes
0 answers

How to solve "It is indirectly referenced from required .class files" error in android?

I am building android application where I am using chat model. There is a WebSite Name as QuickBlox where all server side part is handle by them. I am using it for my application.They provide some sample Android code too, I have import the sample…
sofquestion 9
  • 91
  • 1
  • 8
4
votes
1 answer

Post not working as expected in angularjs

I am using an external api, which works very good in postman but not working when i call from angularjs. Here is how i call from my angular js $http.post('http://api.quickblox.com/users.json', { token:…
user4538704
4
votes
1 answer

Quickblox REST API privacy list

Is there any way to work with Privacy lists via REST API? I know that the iOS SDK and now the Android SDK do this, but I need a web solution. Thank you!
Thiago Pires
  • 621
  • 7
  • 20
4
votes
2 answers

Set the chat/Avatar in QuickBlox QBUUser in iOS Chat

Here in QuickBlox we get the QBUUser instance of each user registered with the QuickBlox . But i did not found any property to set the avatar url for profile photo and update it. I was thinking to set url in property customData . Is this right way…
haresh
  • 486
  • 3
  • 18
4
votes
1 answer

QuickBlox Android SDK 1.2 isn't running anymore on Android API before 14

QuickBlox (Android SDK) isn't running anymore on Android API Before 14. When I try to create a session for QuickBlox using QBAuth.createSession(new QBCallbackImpl() {, it gives this error: (javax.net.ssl.SSLPeerUnverifiedException: No peer…
Ayman Mahgoub
  • 4,152
  • 1
  • 30
  • 27
4
votes
0 answers

QuickBlox: EXC_BAD_ACCESS for QBChat methods on iOS 8

Sometimes the request made by QBChat (retrieve dialog list, chat message history, send message...) cause the app to crash. When I traced back, the EXC_BAD_ACCESS occur in [EndpointsAPIStorage retrieveEndPoint] called in [QBQuery…
4
votes
1 answer

get messages when user is offline in ios at quickblox

I am using chat api for IOS of quickblox in my project, chat application, now everything is ok... When the user is online, or the application not removed from background he is getting push notifications and messages in chat page.. but when the…
Mikha Matta
  • 189
  • 3
  • 4
  • 16
4
votes
1 answer

Use Quickblox.framework in Swift application

I'm trying to connect QuickBlox.framework to the Swift application. As I know QuickBlox.framework is written on Objective-C. To use it in Swift application we should follow this guide What I did is: Create bridge header…
4
votes
0 answers

noise and echo in QuickBlox VideoChat Sample

I have installed the videochat sample (http://quickblox.com/developers/Sample-videochat-android) on my android smartphones and it launches perfectly. But after clicking on either "Audio Call" or "Video Call", I get a lot of noise and echo in…
user3645546
4
votes
1 answer

Quickblox - Join objects into one query

Is it possible for me to do an equivalent of a sql join on objects in quickblox so that i can get all of my information back in one api call? For example: If i have a custom object called purchases this may have details about a purchase but also…
Martyn Joyce
  • 374
  • 1
  • 10