App Transport Security has blocked a cleartext HTTP (http://) resource load sinc
iOS 9.0由于强制使用https 所以之前使用的 http的连接 的应用 都不可以运行了,为了解决这个问题
所以在项目中的info.plist文件中,加上
解决办法:在Info.plist文件中添加"App Transport SecuritySettings", Type为"Dictionary",再添加"Allow Arbitray Loads", Type 为"Boolean",“Value”为“YES”即可。
就可以解决在iOS 9.0系统上可以运行