Search code examples
backendless

Query Data from Another Backendless App


Does backendless support querying data from another Backendless App Table? If yes how.

If I have Backendless App called Music with Table songs and I have another App called Movie. I want to query the song table from the Movie app.


Solution

  • You gonna need to call Backendless.initApp(context, {another_app_id}, {another_app_secret_key}, v1) before each call to a different application. This way you'll be able to talk to any number of apps.