Accessing Published REST service in Native Mobile App.

0
Hi Team, I am working on Native Mobile App using Mendix version 8.9.0. I have published my REST service (EX. http://localhost:8080/abc/pqr). I need help on how to hit the REST inside Native App. Can I access it using the runtime (sandbox) URL? I am using free Mendix cloud for now. Also will it available after building the APK/IPA? Thank you so much in advance.
asked
1 answers
1

Yes, you can consume the REST-service that you have published. See HTTP://localhost:8080/rest-doc/ and test your published service.

Building your APK has no effect on the published service of your application because it is serviced by the backend, the server, of your application. The APK is the client-side package that you can deploy to your mobile clients or app stores.

answered