I use Seam3 framework to sync application data with iCloud. I am working on new release and my CoreData schema was changed. So I changed iCloud schema accordingly. But I'm nervous about deploying it to production. When I tested sync, I have found that sync itself works properly, but is not able to finish successfully when new schema is deployed in CloudKit Development environment and app still uses old schema.
So to avoid any issues (or minimize prossible impact) - I need to deploy schema to production environment with application release in the AppStore. I can see that I can setup scheduled deploy in iTunesConnect, but did not see such option in CloudKit Dashboard.
I have also checked Apple Doc and did not found any solution for this. What is the best solution for this issue? To schedule deployment in iTunesConnect and log into CloudKitDashboard and promote schema to Prod in the same time when app should be published? But could there be any gaps between my action and real promotion to prod?