为iOS客户端做用户登录和注册的功能,需要用到哪些(服务器)技术?


如题,题主想实现一个简单的为用户解决登录和注册的功能,该如何实现呢?

服务器 ios objective-c

asahui 10 years, 9 months ago
dafanxu answered 10 years, 9 months ago

你是想知道怎么实现服务端吧。
客户端用的是ios还是android还是ajax都和服务端无关,确定通信协议就可以了,像注册登录这种用http就可以了,.net、php、java、node随便哪个都可以。
你需要的是对http服务有个基本了解。

木下秀吉 answered 10 years, 9 months ago

Your Answer