标签:lis 新特性 alt 解决 nbsp inf info 技术 load
react native TypeError network request failed
异常出现的原因:由IOS9引入的新特性造成的。iOS9引入了App Transport Security (ATS)。这个新特性要求App内部访问网络必须使用Https协议。而我的项目使用的是Htttp协议。所以就报以上错误了。
解决方法是在项目中的info.plist文件中添加,App Transport Security Settings,然后再下面添加Allow Arbitrary Loads并把其boolean值设置为YES
如下图所示
react native TypeError network request failed
标签:lis 新特性 alt 解决 nbsp inf info 技术 load
原文地址:http://www.cnblogs.com/tony-yang-flutter/p/6156368.html