How to make paged request for Custom Objects? In order to implement paged request for Custom Objects you can use limit & skip parameters: iOS. How to use Custom Objects quickblox.com/developers/Simp...
Is it possible to upload image to Custom Object (iOS)? Yes, it is possible since QuickBlox iOS SDK 1.8 version: http://quickblox.com/developers/SimpleSample-customObjects-ios#Files...
<h1 dir=ltr style=line-height: 1.3; margin-top: 10pt; margin-bottom: 5pt;><span style=font-size: 15px; font-family: Arial; color: #3f4549; background-color: #ffffff; font-weight: bold; font-style: nor...
Is it possible to join two JSON objects into one query? Unfortunately QuickBlox does not provide JSON like operator in Custom Objects Module at the moment. So you will need to do two separate queries....
<p dir=ltr style=line-height: 1.15; margin-top: 0pt; margin-bottom: 0pt;><span style=font-size: 15px; font-family: Arial; color: #3f4549; background-color: #ffffff; font-weight: bold; font-style: norm...
How to delete all custom objects for a specific class? Records can be deleted only by their owner. Android: https://quickblox.com/developers/SimpleSample-customObjects-android#Delete_multiple_records ...
How to create multiple related records with QuickBlox iOS SDK? In order to create relation between custom tables you can use parentID field. To understand how it works let’s look through the following...
Is there any analog in the Quickblox iOS SDK that doesn't require sending the whole array to the server to update one value? If you wish to update one value and do not want to send the whole array to ...