Skip to content

Instantly share code, notes, and snippets.

@rakkang
Created September 22, 2015 04:13
Show Gist options
  • Save rakkang/f85ab09c6ba030de6ab8 to your computer and use it in GitHub Desktop.
Save rakkang/f85ab09c6ba030de6ab8 to your computer and use it in GitHub Desktop.
iOS9取消强制https网络请求
// 在 Info.plist 中添加以下代码
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment