Reputation: 1673
I am working on an App, that used CoreData
with CloudKit
using the default NSPersistentCloudKitContainer
Question: Does this Setup work with the CloudKit Synchronization? Or could the External Storage be a Problem? Or is there any other Problem? if so, how can I achieve my Goal of saving Images to CoreData and synchronize them via CloudKit?
Thanks a lot for your Help in Advance.
Upvotes: 4
Views: 911
Reputation: 382
My understanding is that this should work for syncing the images from Core Data to CloudKit. If you check out the tutorial here, you'll find they also use the External Storage option for their image
https://www.raywenderlich.com/13219461-getting-started-with-core-data-and-cloudkit
Upvotes: 4