Will Transport Security be disabled to create apps for iOS 8 or lower?

If a user has an iPad running my application on iOS 8.4, will ATS be forced or disabled by default when the user upgrades to iOS 9? I could not find official documentation of this behavior. Any links will help.

Thanks!

+4
source share
2 answers

Applications are built for the SDK lower than iOS 9, abandoning the default ATS.

ref: https://forums.developer.apple.com/thread/14376

+5
source

ATS is a feature introduced with iOS 9 and provided by the operating system, not your application. Running the app in iOS 8 will not cause ATS-related issues. ATS is only priced on iOS 9 (and, suppose, at the top).

-one
source

All Articles