Move record from development to production in CloudKit?

自作多情 提交于 2020-01-03 16:42:51

问题


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 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.



来源:https://stackoverflow.com/questions/28214891/move-record-from-development-to-production-in-cloudkit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!