2

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?

Alex
  • 63
  • 1
  • 7

1 Answers1

1

Yes, currently there is no SDK for C or C++, so your only option is to use REST SDK.

Scadge
  • 9,380
  • 3
  • 30
  • 39