app使用http协议
2016-09-16 本文已影响227人
小北风sky
更改app使用http协议
新建程序网络访问报错
The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.
新特性要求App内访问的网络必须使用HTTPS协议
App Transport Security (ATS)
解决办法:
-
Info.plist中添加NSAppTransportSecurity类型为Dictionary
-
在App Transport Security Setting下添加NSAllowsArbitraryLoads类型Boolean,值设为YES