Hoping for an Apple response here, but the new App Transport Security feature has the potential to reek havock with one of our applications. We have to recursively probe networks and follow a series of URL redirects in order to obtain a form for posting login details too. These networks are out of our control, and contain hundreds of thousands of different operators and implementations. 99% of the redirect URL's are not HTTPS until the point to which we have to finally post the credentials, thus our App simply has to call non-https URL's.
Thankfully, we can disable App Transport Security through the 'NSAllowsArbitraryLoads' BOOL in the info.plist but will this have any negative consequences to our end users? Does Apple plan on alerting users to Apps which disable App Transport Security in the App Store?