[摘要: App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via you] 

 App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure. Temporary exceptions can be configured via your app's Info.plist file.

 

iOS 9.0由于强制使用https  所以之前使用的 http的连接 的应用  都不可以运行了,为了解决这个问题

 

所以在项目中的info.plist文件中,加上

App Transport Security has blocked a cleartext HTTP (http://) resource load since it is insecure.

 

就可以解决在iOS 9.0系统上可以运行

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-20
  • 2021-07-07
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-16
  • 2022-12-23
  • 2021-05-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案