为App Transport Security Xcode 7.0.1添加代码不起作用

时间:2015-10-17 20:21:23

标签: ios9 xcode7 nsapptransportsecurity

所以我去了Game-Info.plist - > Open As - >源代码

在源代码结尾处,我添加:

 <key>NSAppTransportSecurity</key>
 <dict>
  <key>NSAllowsArbitraryLoads</key>
 <true/>
</dict>

然后我点击Game-Info.plist - &gt; Open As - &gt; Property List

添加的内容是 - &gt;所需的设备功能阵列2项

NSAppTransportSecurity,永远不会出现在Game-Info.plist属性列表中。

我做错了什么?

我甚至需要这个NSAppTransportSecurity吗? http使用的唯一时间是我的SLComposeViewController Facebook / Twitter共享按钮。另外,我从未在调试区域收到过App Transport Security的消息。

0 个答案:

没有答案