quickblox Questions

1

I am using Quickblox for my chats in my Flutter app. Once a connection is made, the chat works fine. When the app is send to the background, I set the connection to closed as advised by Quickblox d...
Medallist asked 21/9, 2020 at 17:29

1

Want to build demo app in android with p2p video chat; after looking at quickblox plan pricing I realized it is not explained well at all. My question is if I wanted to have 1:1 live video chattin...
Tackling asked 27/6, 2014 at 6:51

1

Solved

I am trying to Signin using QuickBlox SDK 2.17.1 with iOS 13 using below code let login = "saifan" let password = "quickblox" QBRequest.logIn(withUserLogin: login, password: password, succes...
Gelatinous asked 1/10, 2019 at 11:13

1

Solved

I got a strange error. Thread 1: EXC_BAD_ACCESS (code=1, address=0x20) When a View subView on another view. Both view object not nil. How do I solve this issue. Edit: I am implementing a video c...
Physiography asked 3/6, 2018 at 9:56

2

I was following the instruction given by quick blox as below: https://quickblox.com/developers/Sample-webrtc-android dependencies { compile 'com.quickblox:quickblox-android-sdk-videochat-webrtc:3...
Quito asked 11/3, 2017 at 4:33

2

We at Wishbook have a B2B mobile application (Android & iPhone), wherein we are looking to implement Text & photo communication - between users 1-to-1, or from a user to his group of buyers...
Doghouse asked 7/6, 2016 at 11:46

3

I was following the instruction given by quick blox as below: Starting from sdk 2.6.1 to add dependency on particular module just add: dependencies { compile("com.quickblox:quickblox-android-s...
Vulcanism asked 23/8, 2016 at 4:49

2

We have an enterprise installation of QuickBlox (which implements XMPP), and would like to create mirrored accounts for all of our users on our QuickBlox server install. We also want to sync the ne...
Endaendall asked 15/2, 2017 at 14:39

2

Solved

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...
Bresee asked 30/7, 2013 at 7:10

0

I had integrated the Quickblox SDK V2.2.5 in my android application to work with Social Integration Twitter but it throws error: '{"errors":["Bad Authentication data"]}' Here following is my code:...
Tubate asked 21/1, 2016 at 10:6

2

Solved

I am working on QuickBlox SDK , Using this SDK I am trying to login on Facebook . I have visited some helpfull links on stackoverflow like this , but it didn't help me . Here is my code snippet . ...
Envelop asked 16/1, 2016 at 8:25

1

i'm trying to make login in Quickblox app via Facebook SDK But I get 422 error. I've done all things that need in Quikblox, Facebook and iOS app Created Facebook app and integrated SDK to iOS ...
Lancer asked 18/12, 2015 at 4:1

1

I have a video call app using the latest Quickblox version (Quickblox 2.5, Quickblox-WebRTC 2.0) and I need to save the video being streamed on the call a file. There is an old example with an old ...
Allsun asked 22/11, 2015 at 17:7

2

I'm using the QuickBlox Framework to build a chatting application. Currently, when the chat view opens up, everything looks great. However, when the users begins to scroll up and down the chat his...
Laudian asked 8/9, 2015 at 18:28

4

When my app is on background and I receive a remote notification, two things can happen: I tap on the push notification banner, my apps comes to foreground and didReceiveRemoteNotification is cal...
Pinelli asked 14/2, 2014 at 10:19

1

I am trying to use Quickblox's sample chat application. http://quickblox.com/developers/Android_XMPP_Chat_Sample But I am getting this error "The import vc908 cannot be resolved" At this line : ...
Claypan asked 20/7, 2015 at 14:24

2

Solved

I am creating a chat based Application on QuickBlox Framework, I want to have a block functionality in the App. I read out some of documents like XMPP and QuickBlox. But did not got any help Out of...
Cocks asked 27/12, 2014 at 8:59

1

Solved

i have successfully Signed in using facebook but when i tried twitter it says Bad Authentication request. I have orivided both Access token and Secret key. Heres code snippet QBASessionCreationReq...
Acerose asked 15/2, 2014 at 20:28

1

Solved

I have a custom object (QBCustomObjects) for my application which has more than 100 entries. In my application, I would like to retrieve all of them, but haven't figured out how to do that using ...
Suspect asked 10/12, 2013 at 9:52

2

Solved

Hi i want to implement the Chat application in android using XMPP (To avoid the GCM notifications because GCM uses request response process). i have done the 70 perc functionality using Smack l...
Vhf asked 23/9, 2013 at 6:39

2

I am working on application where I need to integrate text & video chat and video conferencing feature. I found that you guys provides solutions for that and I am very much interested in...
Kitchenware asked 27/6, 2013 at 6:46

1

Solved

Quickblox often logs stuff like: Performing async request: RestRequest: ------ POST http://api.quickblox.com/session.xml headers:{ "QB-SDK" = "iOS 1.5.2"; "QuickBlox-REST-API-Version" = "0.1.1"...
Synopsize asked 30/6, 2013 at 10:49

2

I'm developing an Android app that requires multiple libraries (for Facebook, Google Maps v2 and Quickblox among others), resulting in a method amount overflow that goes over the 64K limit: Unable...
Leenaleeper asked 17/4, 2013 at 9:30

1

Solved

I have been using the code examples from the quickblox website however i am getting the following error: signIn error: Token is required My code: QBSettings.getInstance().fastConfigInit(APP_ID,...
Subtangent asked 18/4, 2013 at 17:2
1

© 2022 - 2024 — McMap. All rights reserved.