When I use CloudKit, I want to know some capacity limit infomation.
How many CKRecordZone I can create in a database? How many CKRecord I can create in a zone?
Thanks.
When I use CloudKit, I want to know some capacity limit infomation.
How many CKRecordZone I can create in a database? How many CKRecord I can create in a zone?
Thanks.
You can create max 1000 custom record zones in a private CloudKit database.
This limit is active since 2016, before that you could create an unlimited number of record zones.
The number of records within a record zone is unlimited.