xcode中info.plist文件相关问题

<一>关于提示http://访问网络不安全的解决方法

提示错误:

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.

解决方法:

NSAppTransportSecurity

   NSAllowsArbitraryLoads ->YES

你可能感兴趣的:(xcode中info.plist文件相关问题)