In my plist I have for our test environment:
However, when I post my WWWForm I still get
The certificate for this server is invalid. You might be connecting to a server that is pretending to be “api.xxx.xxx.com” which could put your confidential information at risk.
Is NSAllowsArbitraryLoads ignored?
Code (CSharp):
- <key>NSAppTransportSecurity</key>
- <dict>
- <key>NSAllowsArbitraryLoads</key>
- <true/>
- </dict>
The certificate for this server is invalid. You might be connecting to a server that is pretending to be “api.xxx.xxx.com” which could put your confidential information at risk.
Is NSAllowsArbitraryLoads ignored?