Adopt existing share #279
Replies: 1 comment
-
|
Hi @davidrothera, this is a tough one. I'm not sure it can be done as the library is built today, and I believe the root of the problem isn't so much that you have your own shares created in iCloud. I think the bigger problem is that you have your own So it would seem to me that in order for you to migrate an existing Core Data + iCloud app we would need to allow for mapping your existing How are your |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm migrating an existing app which uses CoreData and already uses sharing.
Whilst I can handle migrating the data in the private store ideally I need to be able to "adopt" the existing shares between users and add the new records from this library to said share.
Adding additional records to an existing
CKShareis easy enough however what I want to be able to do ideally is to use a pre-existingCKSharerather than having the library generate a new one.Beta Was this translation helpful? Give feedback.
All reactions