deeje / CloudCore

Robust CoreData-CloudKit synchronization: offline editing, relationships, private, shared and public databases, field-level deltas, encrypted values, cacheable assets, and more.
MIT License
157 stars 17 forks source link

Process data before using CloudCore #8

Closed JayStory4u closed 2 years ago

JayStory4u commented 5 years ago

Is there a way to import the data that existed before applying CloudCore?

deeje commented 5 years ago

There's nothing currently in CloudCore for this. This is an interesting challenge, as you will need to visit all of your model objects to "insert" them into CloudKit. Look at CoreDataObserver to see how CoreData inserts are handled.