简体   繁体   中英

TestFlight development and production

If I develop an app and place it on TestFlight that uses CloudKit will all the people using the app be logged into MY Icloud, or will they use their own? If they use mine it should work but if they use their own I will need to change the code to create the tables I need.

CloudKit only uses each individual user's iCloud account.

But there are two parts - the public and the private databases.

The public databases go against your usage allotment. The private databases go against the user's own allotment.

Either way, you don't need to change code to create the tables. You need to use the CloudKit dashboard to move your schemas to production.

This is all documented in the CloudKit Quick Start .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM