HOW TO TAG CONTENT?
_iOS_
How to update user profile with information
http://quickblox.com/developers/SimpleSample-users-ios#Update_your_own_profile
[http://quickblox.com/developers/SimpleSample-users-ios#Update_your_own_profile]
To tag content you ...
IS IT POSSIBLE TO ACCESS DIRECT URL OF A PUBLIC IMAGE USING BLOB ID?
Yes it is possible. You can upload blob and make it public, e.g:
[QBContent TUploadFile:file fileName:@"Great Image"
contentType:@"image/png" isPublic:YES delegate:self]; // QuickBlox...
IS THERE ANY WAY TO RETRIEVE ALL BLOBS UPLOADED BY OPPONENT?
There is no basic way to retrieve all blobs of the opponent as all
files are kind of private.
As a workaround you can use Custom Objects API
http://quickblox.com/developers/Custom_Objects.
...
WHAT IS THE DIFFERENCE BETWEEN CUSTOM OBJECT AND CONTENT MODULES?
There are several features that characterize each storage.
_Content features:_
- no file size limit, up to 5TB
- allows to use file public url
_Custom Objects features:_
- max 32Mb f...