Q:
Access to API with http instead of https?
A:
http://www.startssl.com/certs/ca.cer
Simply open it on the phone and install.
You will need to manually install the certificate.
have you tried to handle the https via the wininet.h? I think this should solve your issues. In case you don’t want to implement any new functions you could use the dll I’ve already created to handle https for my haskell functions. You can get the dll from the GW2API C/C++ project. If this doesn’t help either i would suggest to write your own tls dll which handles the tls handshake and communication.
Die Vollenstrecker [VS] – Elona Reach [DE]
https://gw2apicpp.codeplex.com – Gw2API C/C++ Project
@Healix
If you know how to install a certificate on a WP7 please share the knowledge.
@Heimdall
Window Phone doesn’t support unmanaged code.
Yeah I do know that but I also know that it is possible to mix c/c++ libraries with windows rt you just have to recompile it against c++11/cli and link it to your project
Die Vollenstrecker [VS] – Elona Reach [DE]
https://gw2apicpp.codeplex.com – Gw2API C/C++ Project
Healix, you made my day! A huge thank you.