Move record from development to production in CloudKit?

1.6k Views Asked by At

I have plenty of record manually preloaded to CloudKit but in the development environment.

When I deployed development environment, records were not moved into production environment. It is really annoying. Any easy way to move records?

1

There are 1 best solutions below

4
On BEST ANSWER

There is no easy way to migrate your records. You cannot link an app both to production and to development. The only workaround is downloading all records from development and storing those records in a file and then switch to production and upload the contents of that file to production.