If you receive the error password not verified during connection to the Chat server with Firebase or Custom Identity Provider, please try passing a user session token as a password. This change should...
QBChat/didDisconnect, error: Error Domain=GCDAsyncSocketErrorDomain Code=7 Socket closed by remote peer UserInfo=0x10e58040 {NSLocalizedDescription=Socket closed by remote peer}, There are several re...
There is no limit to the number of users that can join a group dialog. Feel free to check our official documentation for more information that will help you to integrate QuickBlox services into your a...
This functionality, which is available under QuickBlox’s Trust & Safety feature, identifies inappropriate words and phrases in a collection of text and lets you mask the unwanted content in a variety ...
With an application built on QuickBlox you can store, view, and retrieve chat history without any additional API calls. Please see the Messaging page in the official documentation: iOS SDK - Messaging...
Firstly, you need to disconnect from the Chat server when the application goes to background mode and reconnect again when you go foreground. In this case messages will be delivered without any issues...
Please check our detailed documentation to find out how to create 1-to-1 (private) chat / dialog. Make sure that you have followed the “Before you begin” section and connect to our Chat server: iOS SD...
Group dialog is a type of dialog that can be created by anyone, between specific users in occupants_ids parameter. Other users can’t join this dialog and only dialog participants can invite other user...
If you would like to store more parameters for dialog than provided in the QuickBlox dialog model, you can create a dialog with custom parameters. Please check how to create a dialog with custom param...
If you would like to keep the connection of your users to the application live, you can enable auto-reconnect to Chat. Please check how to keep a Chat connection live using different SDKs and Server A...