The error means that you are trying to perform a query without creating a session first. Please refer to the article with the Unauthorized error and check the provided instructions there: I get the Un...
QuickBlox services provide Enterprise installations for the following Cloud providers: - Amazon Web Services (AWS); - Google Cloud Platform (GCP); - Alibaba Cloud (Ali Cloud); - Microsoft Azure Cloud;...
There is actually no standard API for getting a list of all classes. As an option, you can create e.g. 'MyClass' class and store all classes in it....
An account user is your admin panel account, the one you sign up with to QuickBlox as a developer. In other words, the account user is a QuickBlox customer. API Users are your end users, who use your ...
Currently it is not possible to add some custom code to QuickBlox Cloud or Enterprise servers. Customers cannot add custom logic to the QuickBlox Cloud server as changes will affect other customers wh...
The Unauthorized error means that you have not created the user for your application in admin panel OR your login/email or password are wrong, or if the user exists - the session was created without u...
In order to generate the session token, you need to create the session first. Details regarding the generation of session token using QuickBlox Server/REST API you can find here: Authentication If you...
In order to simplify understanding of the implementation and integration of QuickBlox SDKs into your applications/projects, we provide ready-to-use chat and video calling samples. The full list of our...
When you receive the error: QBChat/didDisconnect, error: Error Domain=GCDAsyncSocketErrorDomain Code=7 Socket closed by remote peer UserInfo=0x10e58040 {NSLocalizedDescription=Socket closed by remote ...
In order to disable QuickBlox logs use the following code snippet: [QBSettings setLogLevel:QBLogLevelNothing];...