-1

I am looking for information on how to implement a friend system within my iPhone app. The app is going to use a web server to check login's. So would the logical thing be to have the friend system setup through the web server as well? I am clueless on what I need to brush up on to be able to implement such a thing so any information/tutorials/open-source code/guides would be helpful to help me understand how it works. Thanks.

4

1 回答 1

0

询问新用户他们的电子邮件(登录名)和密码。还允许用户通过以下方式邀请他/她的朋友加入您的应用:

  1. 直接输入已知的电子邮件地址。
  2. 从 iOS 通讯录中选择朋友(您还需要一个电子邮件地址)。

然后只需在服务器端(或服务器端和客户端)维护朋友的电子邮件列表。

于 2012-05-29T08:08:35.967 回答