绕过应用程序传输安全
Bypassing App tTransport Security
我知道我应该添加:
<key>NSAppTransportSecurity</key>
<dict>
<!--Include to allow all connections (DANGER)-->
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
到我的 PLIST,但我应该将其粘贴到哪里?
我知道我应该添加:
<key>NSAppTransportSecurity</key>
<dict>
<!--Include to allow all connections (DANGER)-->
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
到我的 PLIST,但我应该将其粘贴到哪里?