I'm testing how the app I'm building would work in iOS9 in the beta release of Xcode 7.
This lead me to wonder how everything will be served to the app, as it runs on a localhost connection over HTTP, and it seems that won't be possible in iOS9 without bypassing ATS.
Can/Should Cordova based apps be configured to run the localhost over https?