Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想创建一个 iPhone 社交网络。我知道如何使用服务器,而且我是一名 iPhone 开发人员,但我使用什么方法将数据从服务器移动到客户端?
(例如:XML Cvs 套接字等......)
最常见的解决方案涉及返回 JSON 或 XML 的 RESTful Web 服务。您可以在此处查看 JSON 和 iOS 示例,如果您想使用 Ruby on Rails 快速设置一个返回 XML 或 JSON 的 RESTful 服务,您可以在此处查看这是如何完成的。