Sharing iCloud data between two apps

前端 未结 1 1188
梦毁少年i
梦毁少年i 2021-01-02 06:24

I\'m wanted find more information regarding this.

I intend to make an app right now with iCloud core data store. And i wish to share that with another app (differen

相关标签:
1条回答
  • 2021-01-02 06:54
    1. The identifier used for iCloud storage is different from the bundle identifer used for the app, so, yes, it's entirely possible
    2. Yes. You can sync Core Data, "documents" and key-values pairs using iCloud in the same app

    All else being equal, I think you'd be better putting your plist into your Core Data model (less code).

    0 讨论(0)
提交回复
热议问题