Questions tagged [q-municate]
27 questions
2
votes
0 answers
How to implement CallKit while app is in Background or Kill in quickblox?
In quickblox demo code I found that CallKit incoming call screen is appear when app is active, but nothing happen except notification while doing call when recipient app is in background or kill.
I am familiar with Twilio and Sinch and I know they…

dharmik webmigrates
- 33
- 4
2
votes
4 answers
This app is not authorized to use Firebase Authentication. Verify that the correct package name and SHA-1 are configured in the Firebase Console
I have attached firebase on my modified Q-Municate app which is open source on Github of android project and ran it. Here is the scenario: If the app ran from android studio via developer mode, it(Firebase sign in via phone number) runs smoothly and…

is2017
- 21
- 6
2
votes
0 answers
Need to add quickblox Q-municate in native app
I need to add video call ,Voice call ,Chat by using quickblox i have found Q-municate for iOS and its work perfectly.But i want to use Q-municate in my application.is it possible please help me if its possible.

iOS developer
- 71
- 6
2
votes
1 answer
How to remove dialog from dialog list Using QMServicesManager in case of Group and Public chat?
This question is extension to my previous question with new requirements. This is My Previous question.
So My New Requirement is :
Now If I want to delete group chat how I should handle this ? If I use the same method inside it we are passing…

Nithin Mangolu
- 185
- 18
2
votes
1 answer
q-municate-android (The system cannot find the path specified)
I am trying to use the q-municate-android project from GitHub. When I clean the project, I get the following error:
Error:Execution failed for task ':Q- municate_core:transformNative_libsWithSyncJniLibsForRelease'.
> java.io.FileNotFoundException:…

suresh
- 101
- 11
1
vote
0 answers
Configure Q-municate demo of Quickblox in Android Studio
I am just trying to configure demo of Q-municate suggested by Quickblox from https://quickblox.com/developers/Q-municate#2._Login_to_QuickBlox_admin_panel but I am getting following error while trying to Sync :
Gradle sync failed: Cannot choose…

Jalpesh Khakhi
- 288
- 4
- 17
1
vote
1 answer
How to remove some extra space at bottom in QMChatViewController?
I am using QuickBlox Q-municate for my chat application and after set up Q-municate in my application in swift, i am getting some extra space at bottom. I tried with different solution provided in code but not able to remove that space.
Please help…

dharmik webmigrates
- 33
- 4
1
vote
1 answer
how to replace quickblox service with firebase
I used source code of Q-municate app to build chatting app ,
source code in github : https://github.com/QuickBlox/q-municate-android
I want to use firebase service like : authentication phone, Cloud Messaging , push notification in my app and…

M.Alkenani
- 187
- 1
- 2
- 11
1
vote
2 answers
Android Q-municate Error failed to resolve: com.efollestad:material-dialog:0.7.8.1
i down load code from https://quickblox.com/developers/Q-municate
after that i import to run and i have error like that:
Error:Failed to resolve: com.afollestad:material-dialogs:0.7.8.1
Open File
Show in Project Structure dialog
Please Help me,…

Thuận Trần
- 21
- 1
- 5
1
vote
0 answers
Can't find any users after login with q-municate
I cloned q-municate, went through the q-municate tutorial for Android, build with Android Studio, installed on 2 test devices, logged in both with Facebook (had to setup 2nd user as tester in Facebook dev).
I can't find the other user (in my own…

3kidz
- 11
- 4
1
vote
1 answer
Unable to remove dialog from dialog list Using QMServicesManager?
I'm trying to remove dialog object in QMServicesManager, So when I want to delete the dialog I'm doing the below
- (NSInteger)tableView:(UITableView *)tableView numberOfRowsInSection:(NSInteger)section
{
return…

Nithin Mangolu
- 185
- 18
1
vote
1 answer
error when installing apk Q-municate
I have downloaded Quickblox Q-municate from the github,
https://github.com/QuickBlox/q-municate-android
I open the project with android studio and I successful generated apk but when i try to install it in my phone it's not working. A message…

Donatus
- 11
- 2
0
votes
1 answer
How to show Call History by Q - municate?
I am using Q-municate for chatting, audio and video calling feature in my application. I want to show call history (Incoming, outgoing , call time etc) like WhatsApp . Please guide me if anybody knows how I can implement this or provide a sample for…

Daggarwal
- 234
- 1
- 7
0
votes
0 answers
Quickblox (Q-municate)Firebase Authentication error
When I test the Q-municate Quickblox Android API after including a test Phone number in firebase console authentication it works fine.
However, when I am trying another number which is not included in the Firebase console authentication, it displays…

user8764263
- 1
- 1
- 1
0
votes
0 answers
How to implement Q-municate in my application.?
https://github.com/QuickBlox/q-municate-ios (Sign in and sign up i've already done programmatically and works fine.)
this is the project which i want to implement in my App , i've done only drag and drop the whole project in my app and Added…

Akash Soneji
- 69
- 1
- 11