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
3
votes
1 answer

QuickBlox chat messages listener

I use 2.1.1 Android SDK and want to notify user about new incoming messages received by application. Here is the issue. I would like to notify user as he launches application, thus i would like to add listener at the stage of "user login" as it's…
NBayaman
  • 103
  • 8
3
votes
2 answers

QuickBlox Android NoResponse

I'm developing a simple Android based chat application using QuickBlox. For that I have created a Quickblox Free account. Now sometimes when I try to login to the chat service I get following error. Any idea on this ? 03-15 15:58:37.589 …
anuradha
  • 123
  • 1
  • 9
3
votes
0 answers

Generate Session & QB-Token for Quickblox

I want to implement chat using Quickblox for my website. I need to create user dynamically. I am using following code it returns me signature but for next step to create new user I need token and I am not getting it. $session_xml_data='
Snehal
  • 31
  • 7
3
votes
1 answer

converting string path to inputstream

I am developing a chatting app using Quickblox chat API And currently have done user registration,authentication and basic peer to peer chat and group chat. now implementing video,image and file sending But have stuck up on some part. Selecting…
SK16
  • 623
  • 8
  • 17
3
votes
1 answer

Mark all messages read in QuickBlox iOS

I am developing an chat base application with the help of QuickBlox. There is an Api that returns chat dialogs where the last sent message and unread-messages count comes. My problem is to mark messages as read. For this i got the working code…
haresh
  • 486
  • 3
  • 18
3
votes
1 answer

Quickblox manage session and recalling?

I am working with QuickBlox library for video chat. How can i manage it session?? because when i move to the next activity from the live chat activity i just lost the session because it says "Chat can't initialized" then i have to create the session…
umerk44
  • 2,797
  • 4
  • 23
  • 43
3
votes
1 answer

How to manage Quick Blox Session?

I have a question regarding Quick blox API. Right now I am sign up an user using below code. [QBRequest createSessionWithSuccessBlock:^(QBResponse *response, QBASession *session) { // session created QBUUser *user =…
Gajendra Rawat
  • 3,673
  • 2
  • 19
  • 36
3
votes
0 answers

ionic app and quickBlox chat

i'm tring to implement quickblox chat in my ios App but it doesn't work. I'm using ionicframework in my index i have:
user3706153
  • 191
  • 2
  • 8
3
votes
0 answers

quickblox - ionic chat

I try to use the quickblox chat in my ionic App but something wrong, I create a quickblox account then i create a QBsession: QB.init(appId,'Authpublic','AuthPrivate'); // create an API session (user is not…
user3706153
  • 191
  • 2
  • 8
3
votes
1 answer

QuickBlox - Add Push notification in one to one private chat

How can i able to send notification, when app is opened or not opened. I am not getting any proper guidelines in quick blox docs, to send notification between private chat. Please guide me, how to do this.
NSArray
  • 63
  • 1
  • 10
3
votes
1 answer

Login for chat in QuickBlox for Android app

I am developing an Android application for chatting and I am using Quickblox for the same. I am integrating QuickBlox "quickblox-android-1.2.4.jar" library for QuickBlox SDK 1.2.4 in my android application. I have read this, this and many other link…
Name is Nilay
  • 2,743
  • 4
  • 35
  • 77
3
votes
1 answer

Quickblox does not work on API 11 - javax.net.ssl.SSLPeerUnverifiedException: No peer certificate

I am trying to use QuickBlox for Android. My App connects and works well using push notifications on different android models using API 17. On devices with API 11, I get the following error : W/System.err﹕ javax.net.ssl.SSLPeerUnverifiedException:…
home away
  • 43
  • 4
3
votes
3 answers

create new user in quickblox (javascript)

I was trying to use quickbox javascript api for chat application in my website. I used quickblox example and it's working good.But i didn't understand how to create new user. Any one have any code or tuorials or links on this share it.
3
votes
2 answers

Quickblox Android sdk 2.0 Beta some classes missing

I am using QuickBlox android sdk 2.0 Beta and using sample chat app for reference. But some classes used in app are not found in the sdk. These classes are: com.quickblox.module.chat.listeners.SessionListener…
Rahul Chauhan
  • 353
  • 1
  • 4
  • 17
3
votes
1 answer

quickblox push notification doesnt work in production mode

I added quickblox to my app In development mode, push notification system works well. However, when i put my app in production mode, the backend system says the push was sent, but the push is not received. - (BOOL)application:(UIApplication…
Lena Bru
  • 13,521
  • 11
  • 61
  • 126