I’ve submitted my corona app to the app store. My app hits my server a lot for api calls. My app is in review… once approved I would like to submit an update.
The problem is that my update would include changes to my server side code which would break my first version of the app…
Is there any way to point my app to my dev server during the app review process and then have it automatically switch over to my prod server once the app is released?