标签: ios9 xcode7 app-transport-security
我已将Xcode升级到Xcode 7,并在popup_background中包含了App Transport Security(ATS)功能。目前,我已通过将pList分配给YES来停用此功能。现在app在模拟器上正常运行。但是,当我发布Adhoc开发版本并将其安装在设备上时。无论何时调用任何NSAllowsArbitraryLoads,它都会崩溃。
popup_background
pList
YES
NSAllowsArbitraryLoads
以下是崩溃详情的图片:
答案 0 :(得分:0)
我还没有开始使用Captain OS,但在下面找到了可能有用的ATS链接
Configuring App Transport Security
可能有用。