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

Unable to send and retrieve message using QuickBlox in ionic 2 using javascript SDK

I am new to ionic 2 and having problem to integrate quickBlox in ionic 2 I am unable to send and retrieve message in 1-1 chat app using quickBlox in ionic 2 while the dialog is creating successfully. How to make sure that the message is…
abhi12335
  • 61
  • 4
2
votes
1 answer

Quickblox + Swift 3.0 iOS SDK Error: No Application Found and QBConnectionZoneTypeProduction

I am trying to create a basic QBRequest and login a user or at least get an error back that the User doesn't exist. I am getting this error in the…
Erik Grosskurth
  • 3,762
  • 5
  • 29
  • 44
2
votes
0 answers

How to authenticate IdentityServer with firebase or Quickblox

I design a mobile application (Android for now) which depend on large ecosystem. One of my main components is Auth system and I built it using IdentityServer3. Now For user to login via the mobile application I use the OAuth2 implicit flow, so I…
Marzouk
  • 2,650
  • 3
  • 25
  • 56
2
votes
1 answer

Quickblox: User Image or Avatar is Uploaded succesfully via API but not previewing in quickblox admin panel?

Quickblox admin panel in content section images status is Uploaded but nethier image is previewing nor the AWS(amazons3) link is working. Step 1- Created session using quickblox account(main account) and get session token from response. Step 2- Log…
2
votes
1 answer

Problems with File plugin in Ionic2

I'm integrating Quickblox in my Ionic2 app, for now I was able to do all the things except uploading a file. In Quickblox you have to upload a file using a function made by them that according to js documentation looks like this: var inputFile =…
GJG
  • 51
  • 1
  • 6
2
votes
0 answers

you don't have appropriate permissions to perform this operation in quickblox

I am try to add or remove OccupantsIDs using following methods. 1)Add OccupantsIDs objChatDialog.pushOccupantsIDs = newAddUserList QBRequest.update(objChatDialog, successBlock: { (QBResponse, QBChatDialog) in }, errorBlock: { (QBResponse)…
Niraj
  • 89
  • 9
2
votes
1 answer

Gradle "Could not find method сompile() for arguments", setting up Quickblox

everyone! I'm new in android, and I wasted the day, looking for solution. I added Quickblox GCM to my app, and when I tried to to build projects, Gradle says: Error:(71, 1) A problem occurred evaluating project ':app'. Could not find method…
Koroqe
  • 67
  • 7
2
votes
1 answer

What is the recommended Process for using QuickBlox in iOS Share Extension

I am using QuickBlox successfully in a a main iOS app and would like to extend the features in to a Share Extension using the cocoapod 'QuickBlox', '~> 2.7.5'. I needs to send the message in the background without opening the main application. I am…
Randy
  • 23
  • 3
2
votes
1 answer

unable to update dialog.data Quickblox[iOS]

I need to store custom parameters in a chat dialog but it dialog fails to update with the new parameters. In both the print statements, the one under under Chat Dialog and updated Dialog; the data field in the still (null). I have followed the steps…
user782400
  • 1,617
  • 7
  • 30
  • 51
2
votes
0 answers

Quickblox sample chat Android privacy settings (block or unblock)

in quickblock sample chat, trying to add block and unblock for user 1-1 was unable to include ALL of the desired items .Only one user was adding to list always this is my code privacyListsManager =…
Bharat Kumar Emani
  • 3,436
  • 3
  • 16
  • 30
2
votes
1 answer

quickblox php get unread messages list

I am trying to get only unread messages list (not count) from a dialog. There is no such request in the documentation of QuickBlox. This is my function but it returns nothing: function getUnreadMessages($login, $password, $dialogId, $userId) { …
baturalpdincdari
  • 362
  • 1
  • 3
  • 15
2
votes
0 answers

Pricacy list of quickblox is not working when the user goes offline

I am trying to block the user in quickblox using privacyList. Which is working fine when the user is online. Once the user goes to offline, the other blocked user is able to send a message. Blcked user shouldn't be able to send message once blocked…
Archana
  • 378
  • 3
  • 17
2
votes
2 answers

chatDidReceiveMessage method not called QuickBlox

I am using QuickBlox-iOS SDK for chatting. Login/Signup is working perfectly. Also I am able to send message but the delegate method - (void)chatDidReceiveMessage:(QBChatMessage *)message; is not getting called. Here's the code I am using to setup…
Sushil Sharma
  • 2,321
  • 3
  • 29
  • 49
2
votes
2 answers

Roid Private chat issue

I am stuck creating a private create chat dialog. I am trying to create static private chat dialog for id 19. I am getting null object reference on PrivateChatManager public class ChattingFragment extends Fragment { public static final String…
2
votes
1 answer

QuickBlox Online/Offline issues in iOS

I've tried QuickBlox Documentation method but last request time is all the time constant, Actually it should be updated when connected user do any activity with Quick blox like chat with some one.but, it's remain same.(it give the time when user…
Atal Singh
  • 89
  • 6