简体   繁体   中英

Is it required for AppStore to use SSL when sending Username/Password to a server

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.

没有严格要求的SSL,但是我不信任任何不使用安全通信的应用程序。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM