Did anybod achieve to deploy a https based dbx servermethod client on an ios device?

Did anybod achieve to deploy a https based dbx servermethod client on an ios device?
I could get it working on the simulator but not on the device with https. I have no problem however to make a simple https get request with TIdHTTP on the device. So it is not a general "indy and ssl is not working on an ios device-problem" but a "ssl and dbx server methods is not working on an ios device-problem".

Comments

  1. It was my "fault" when it was not working. You need to statically link the openssl libraries ( a-files ) to the project, there is a pas-file to do so that comes with Delphi XE4. You then have to be sure to have the correct a-files in your Delphi library directory.

    ReplyDelete

Post a Comment