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...
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...
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...
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...
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...
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...
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 .
...
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 ...
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 ...
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 :
...
2
Solved
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...
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 ...
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,...
1
© 2022 - 2024 — McMap. All rights reserved.