ios Temporary exceptions can be configured via your app's info.plist file

来源:互联网 发布:informix sql 语法 编辑:程序博客网 时间:2024/06/08 18:57

(1)打开工程主目录下info.plist;

(2)增加属性字典App Transport Security Settings;

(3)在这个属性下增加节点Allow Arbitrary Loads,value 为YES;


阅读全文
0 0