iPhone 应用程序如何从互联网更新 SQLite 数据?

发布于 2024-10-31 09:01:47 字数 173 浏览 0 评论 0原文

我认为 iphone 应用程序在某处有一个数据库,当用户更新应用程序中的数据时,它会联系服务器并从数据库获取 xml 并解析它?我说得对吗?我希望能够创建通过互联网传输数据的应用程序,但我不知道如何做。 xml 是正确的方法吗?如果是,那么我如何将保存到我的 PC 的 SQLite 转换为 xml 文件并将其发送到 iphone?

I think iphone apps have a database somewhere, and when a user updates data in application it contacts the server and gets an xml from the database and parses it? Am i right? I want to be able to create apps that tranfer data through the internet but i dont know how. Is xml the correct way to do it? If yes, then how can i convert a SQLite saved to my PC into a xml file and send it to iphone?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

独闯女儿国 2024-11-07 09:01:47

XML 通常用于传输数据,并且许多基于 iOS 的应用程序确实使用 SQLite 进行数据存储。也就是说,传输或存储数据并不存在单一的“正确”格式——请采取最适合您情况的格式。

XML is often used for transferring data, and many iOS-based apps do use SQLite for data storage. That said, there's not a single "correct" format for transferring or storing data -- do what works best for your situation.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文