2016-02-29

Xcode 设置iOS 9 允许HTTP请求

Views: 10683 | Add Comments

在 Info.plist 中添加 NSAppTransportSecurity 类型 Dictionary.

在NSAppTransportSecurity 下添加 NSAllowsArbitraryLoads 类型 Boolean, 值设为 YES.

Related posts:

  1. Mac关闭系统更新提示
  2. Mac defaults 存储路径
  3. Xcode 静态链接库找不到的问题
  4. Xcode 如何让 Objective C 项目链接 C++ 静态库
  5. iOS 应用修改状态栏和导航栏颜色
Posted by ideawu at 2016-02-29 18:22:32

Leave a Comment