iPad / iPhone 同步(WLAN 或 Inet)
我实际上有一个带有 SQLite DB 的应用程序,我现在将其移植到 ipad 上。
我的想法是在 iPad 和 iPhone 之间同步一张表...但问题是“A 人”在 iPhone 上编辑/更改、创建或删除数据记录,而“B 人”则进行相同操作或删除人中编辑的记录A 在同一时间。有人对此有什么想法吗?或者一个不错的库?
I have actually one app with a SQLite DB and i port this at the moment to the ipad.
My idea is a sync between iPad and iPhone for one table... But the Problem is "Person A" edit/change, create or delete a data record on iphone and "Person B" make the same or delete the edited record from Person A on the same time. Has anybody a idea for this? Or a nice lib for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Bump API 可能可以满足您的需求。
The Bump API can probably do what you're looking for.