I am having a nightmare at the minute since Apple have axed OpenSSL (building a server for major the OSs).
I have a logon screen on my app that sends a user name and password to the server(C++ boost) that then will return a session key.
What should I do to send the password to the server and have apple accept my app? Is SSL the only way to do it. If so could someone please point me in the direction of a good guide or xcode project for SSL sockets on the iphone. There doesn’t seem to be much at all on the net about it but almost all apps must do it.
no SSL isnt strictly required but but I wouldnt trust any app that does not use secure communication.