在2015年的WWDC上,苹果宣布了iOS 9的“应用程序传输安全”。为了解决NSAppTransportSecurity错误,为了绕过NSAppTransportSecurity,苹果推出了一个关键的NSAppTransportSecurity,将其添加到info.plist中。我们能在Xcode 6本身中使用这个密钥吗?
发布于 2015-08-05 07:16:20
App Transport Security is available on iOS 9.0 or later, and on OS X 10.11 and later.该功能只能在iOS 9.0或MacOS 10.11或更高版本中使用,但您当然可以将密钥放到编译到应用程序中的任何Info.plist文件中。
https://stackoverflow.com/questions/31824696
复制相似问题