所以我去了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的消息。