installing app on an IOS device

Hello everyone!
I have a simple mobile app that asks for customer ID and retrieves his information from a Database. The app has been published in Google Play and works well in Android. However, I’m currently testing it on an iPad (I published it through iTunes not the App Store) and I’m getting the following message: "Request timed out "
I tried pointing a webservice on the same LAN, and still get the same message. I really don’t know where to go from here. Anyone has ideas?

Thanks in advance,
Marissa

Are you able to access the Servoy Application Server URL directly from that iPad’s browser? (the one you used when exporting the mobile solution as “Application Server URL”)

Hello Andrei
Thanks for your reply, yes I am able to access the Servoy Application Server from the iPads browser.
However, I figured out my problem! I changed the settings in the config file (config.xml) to allow wifi connection,
I updated the webservice and now I can run the app!

Great :).