Since I have upgraded my Mac to el Capitan I'm not able to send http requests with AppGameKit to the serve ranymore with any success!
So it makes it impossible to run apps in development on my Mac to test http functions...
I understood that since el Capitan Apple wants every http request send via SSL secured connection.
BUT I have a SSL certificicate installed and running on my server (startSSL Type 1), but with no succes.
I tried all variations within AppGameKit to send http requests.
I also added following code to my info.plist file within AGK:
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
But without any success!
Who can help? How to open el Capitan for unsecure http requests, or how to get AppGameKit working und communicating with a server correct under el Capitan?
Thanks in advance!