Accessing custom Users table properties from iOS client.

Hi Mark
Can you explain–or direct me to a tutorial which explains–how to access custom properties in the Users table from the iOS client. At first I thought perhaps the BackendLessUser class could be extended and the properties could be added there but I doubt that’s the intended method. I can see the additional properties in the backendlessUser.getProperties property but I don’t know how to retrieve the content or add an object to the table’s field.
Hope this makes sense.
Thanks,
Jason (iFlipd)

Hi Kevin,

Users table is mapped to BackendlessUser objects and vise versa.

The brilliant source about the backendless features is Backendless Online Documentation - http://backendless.com/documentation/users/ios/users_overview.htm
Also you can use “Blog a Feature a Day Challenge” - https://backendless.com/blog-a-feature-a-day-challenge/
In the case of the users properties the following blog posts can be useful:
https://backendless.com/feature-38-dynamic-user-definition-with-the-registration-api/
https://backendless.com/feature-55-registeringupdating-a-user-with-related-data-objects/

Regards,
Slava

You can investigate the some support threads here, for example, this one - http://support.backendless.com/t/how-can-we-remove-a-particular-relation-object-from-backendless-user-table