Sorix / CloudCore

Framework that enables syncing between iCloud (CloudKit) and Core Data
MIT License
153 stars 40 forks source link

Migration #9

Closed JeanetteMueller closed 6 years ago

JeanetteMueller commented 6 years ago

is it possible to start a progress to migrate existing data to cloudcore? at the moment the recordData field is empty. The recordID Field is an already as GUID used field.

Sorix commented 6 years ago

Don't write any data manually to recordData and recordID, that attributes are managed by CloudCore.

I will add in next version force uploading all data (even not changed) from current database to CloudKit, that is easy task, but I need some time. I will post here when it will be completed.

Sorix commented 6 years ago

Will be fixed in version 2 soon, zone creating/recreating/purging/syncing will be managed automatically.