For an Appery hosted app, I noticed that from a browser you can use either a href="http://" rel="nofollow"http:///a, or https:// for SSL encryption. However, when I export the app to make it an IOS binary... how can I make sure all the traffic uses SSL (i.e. needed for Stripe payment)? Is there a config somewhere to tell the app to use https for all traffic?