I'm writing an application on Qt Android (C++) , and would like to manage some data and users on Backendless server. How can i use their APIs? Is the REST the only way in this case?
Yes, currently there is no SDK for C or C++, so your only option is to use REST SDK.