Questions tagged [q-municate]
27 questions
0
votes
1 answer
updating error during the upgrade of Quickblox sdk from 3.3.5 to 3.4.1
I modified q-municate application android which is on open source on GitHub by QuickBlox.
Before the android sdk was 3.3.5. Now, i upgrade to 3.3.5 to 3.4.1.
after, doing the upgrade of sdk; i am getting this error. Please help me how to solve this…

is2017
- 21
- 6
0
votes
0 answers
Two Step Authentication of Firebase do every time login once register in from this open source code of Quickblox
package com.quickblox.q_municate.ui.activities.authorization;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.widget.SwitchCompat;
import android.view.MenuItem;
import…

is2017
- 21
- 6
0
votes
1 answer
Background Incoming call and message notification is not receiving in Android Q-Municate
I modified Q-municate powered by QuickBlox (which is open source) GitHub code. But, in this app Voip is not working. when i open the application then only I can receive call and message notification. So how to show incoming call screen when app will…

is2017
- 21
- 6
0
votes
1 answer
I am getting this error of Firebase auth but error is not going to solve in any way
I modified Q-municate powered by QuickBlox (which is open source) GitHub code and I put my own credentials to Firebase authentication but I am getting this error. I put all credentials, but still, I do not know what the error is.
I put all these…

is2017
- 21
- 6
0
votes
1 answer
Q-municate-web out of the box does not find friends
We can not find facebook contacts in the web app. This is what we have done:
Registered new QB app in dashboard
Registered new Facebook app (add domain, make public, verify user_friends active etc)
Entered FB app/secret to QB
Installed…

Brainmaniac
- 2,203
- 4
- 29
- 53
0
votes
1 answer
How to create quickblox App using api?
I want to create multiple app on Quickblox for my application using api(ruby on rails), is there any way to create multiple Quickblox app using apis or javascript SDK ?

Mayur Shah
- 3,344
- 1
- 22
- 41
0
votes
2 answers
Unable to login or signin with Q-municate v1.1.4
I have downloaded old source code Q-municate v1.1.4 before and it works until today it doesn't work anymore but v2.6.1 it works fine.
Q-municate v1.1.4 no longer support anymore? Do I need to use v2.0+ instead?
Thank you

Natch
- 3
- 1
0
votes
1 answer
How to customised or else use my own nib for tool bar in ChatViewController using Quickblox?
I want to use a custom tool bar for my chat view controller instead of existing tool bar available in sample-chat-IOS app.
And I don't want to disturb exiting QMToolbarContentView.nib and QMToolbarContentView.h and QMToolbarContentView.m…

Nithin Mangolu
- 185
- 18
0
votes
1 answer
Null point Exception while sending message
I have added new class file under /com.quickblox.q_municate/ui/friends. I want to send message to another user. I have written code using Quickblox API, code is as follows.
public class ChangeDSConfiguration extends Activity{
TextView…

user3926387
- 25
- 4
0
votes
1 answer
java.lang.SecurityException: Permission Denial: opening provider com.quickblox.q_municate_core.db.DatabaseProvider
I am developing an app using q-municate as base. As given in readme document I copied credentials (App ID, Authorization key, Authorization secret) into my Q-municate project code in Consts.java
I refracted the package name from…

user3926387
- 25
- 4
0
votes
2 answers
NoClassDefFoundError in 4.4 kitkat but not in 5.0 Lollipop - Could not find class
have an error in my application but I can not find it. Android 5.0 works normally, but in 4.4 of this error below:
Could not find class
'com.quickblox.q_municate.utils.ImageUtils$SmartUriDecoder',
referenced from method
…

viana
- 495
- 4
- 18
- 42
-1
votes
1 answer
q-municate message support for pdf, audio and video files in IOS
How can I integrate the support for pdf files, audio and video files in Quickblox application / q-municate on IOS platform.

Danial Rana
- 21
- 2