I’ve seen this asked a few times on this forum, but no answer…
Is there a way to dynamically change the mobile-server variable in a Cordova app?
I have a customer who needs to make sure all their data is stored within their own country (Australia). I can easily set up a private server for them on a different subdomain so they can use the website, but how can I avoid having to build completely separate iOS & Android apps and submit them to the app stores?
It would be better if I could let the server be changed from within the app…
Thanks!