Mobile app ios package (ipa) on premise environment?

0
Hi, We have an on premise environment with Mx 7.4.0. We created a mobile ios package (ipa) with Adobe Phonegab and the Apple developer portal but we are wondering where we have to set the URL of the producion environment of the on premise server. A login screen appears when we click on the App icon on the iPhone but somehow the app needs to know which (on premise) app environment he has to connect and login? I think? Is this possible or can you only use this when the application is hosted in the Mendix Cloud? Thanks!
asked
2 answers
2

Hi Cillus, you can change the URL in the index.html of the phonegap.zip package. This package is located in the dist folder of the customizable package you received from sprintr. 

answered
1

Hi Cillus, you can also check out the Github documentation on the Phonegap app template which will clarify a lot. The documentation can be found here: https://github.com/mendix/hybrid-app-template

answered