在iOS9之后,网络请求默认为Https请求,如需支持Http,修改info.plist文件添加键值对设置允许http访问。
设置如下:
在App Transport Security Settings中添加
Allow Arbitrary Loads
设置为YES即可。