What are the server side requirements for installation QuickBlox? QuickBlox can be installed literally on any hardware starting from the equivalent of AWS Small (1 GHz CPU, 1.7 Gb RAM, 160 GB storage,...
When using the 'Custom Module', is there an API to get a list of all classes? There is actually no standard API for getting a list of all classes. But you can create e.g. 'MyClass' class and store all...
An 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 us...
What is the difference between Account User, API Users and API application? Account user is your admin panel account, the one you sign up with to QuickBlox as a developer. API Users are your end users...
Is it possible to add server logic (custom code) to QuickBlox? Currently it is not possible to add some custom code to QuickBlox server. The following workaround can be used though: - write a simple s...
How to generate QB session token? To generate the session token you need to create the session first. Details you can find here http://quickblox.com/developers/Authentication_and_Authorization#API_Ses...
How to import the project into Android IDE - Eclipse? In order to import the project into Eclipse please do the following: 1. Import the project (sample-chat and pull-to-refresh, which is located in l...
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 p...
How to disable QuickBlox logs? In order to disable QuickBlox logs use the following: [QBSettings setLogLevel:QBLogLevelNothing];...
Can I create one generic user for all chat sessions? Yes, you can. You need to register QuickBlox account http://quickblox.com/signup/, log into your admin panel and add your application. Then get tok...