开发者

Read and write data from a database

开发者 https://www.devze.com 2023-02-14 08:08 出处:网络
I have to develop an application for iPad, using Xcode, which has to store data in a database; the database must be accessible by all iPads which 开发者_运维知识库have the application installed. How c

I have to develop an application for iPad, using Xcode, which has to store data in a database; the database must be accessible by all iPads which 开发者_运维知识库have the application installed. How can I go about this? Please provide me with the necessary details, and guides if possible. Thanks a lot in advance.


The easy way is create an XML database on a server and let the iDevice download it. Then in the iPhon application you have to write a XML parser.

I think that this is the easiest way

0

精彩评论

暂无评论...
验证码 换一张
取 消