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.
我正在使用 xcode 4.2 创建一个 iPhone 应用程序。我有一个我创建的本地 SQLite 数据库,它在模拟器上运行良好。
我想将此数据库移动到远程服务器,以便使用此应用程序的其他人可以访问数据并对其进行更新。
谁能告诉我最简单的方法来做到这一点?或者指出一些好的教程的方向?
我对整个 iPhone 编程很陌生,所以任何帮助都将不胜感激。
http://www.raywenderlich.com/2941/how-to-write-a-simple-phpmysql-web-service-for-an-ios-app这会帮助你
如果您的意思是要从远程主机“服务”数据库,而不是将数据库驻留在手机上,那么最好的方法是在手机和服务器之间使用REST协议。