Can we use NSAppTransportSecurity in XCode 6?

769 Views Asked by At

At WWDC 2015, Apple announced “App Transport Security” for iOS 9. For solving SSL error and to bypass App Transport Security, apple has introduced a key NSAppTransportSecurity to be added in info.plist. can we use this key in Xcode 6 itself?

1

There are 1 best solutions below

4
On BEST ANSWER

According to this technote:

App Transport Security is available on iOS 9.0 or later, and on OS X 10.11 and later.

The functionality is only going to be available with iOS 9.0 or MacOS 10.11 or later, but you can certainly drop the key into any Info.plist file compiled into the app.