0

我不擅长编程,这是我的第一个应用程序。我使用本教程制作了应用程序:http: //mobile.tutsplus.com/tutorials/iphone/building-a-shopping-list-application-from-scratch-part-1/ ?search_index=4 http://mobile。 tutsplus.com/tutorials/iphone/building-a-shopping-list-application-from-scratch-part-2/?search_index=2

所有数据都存储在 plist 文件中。一切正常。但现在我想让 icloud 同步,我试图找到解决方案,但大多数教程都是关于如何同步核心数据或只是 NSUserDefaults。

您能否在 github 上显示一些我可以使用的代码或一些教程“如何同步 plist 文件”。

4

1 回答 1

0

本文档包含开始使用 iCloud 所需了解的内容。它有 NSUserDefaults、Core Data 和 Documents。iCloud 可能是一项难以使用的技术。您将通过直接阅读文档了解更多信息。教程可能很好,但它们无法涵盖所有​​内容。如果您想真正了解它并了解它的工作原理,请阅读 Apple 的官方文档。

https://developer.apple.com/library/ios/#documentation/General/Conceptual/iCloudDesignGuide/Chapters/Introduction.html

于 2013-06-14T05:29:49.260 回答