I want to use private database of cloudkit for my app, so for designing i was looking for something which would easily map my model classes to cloudkit without any extra efforts.
so i came across something interesting in the apple document where it is written,
During development, itβs easy to create a schema using CloudKit APIs. When you save record objects to a database, the associated record types and their fields are automatically created for you. This feature is called just-in-time schema and is available only when you use the development environment which is not accessible by apps sold on the store. For example, during development you can populate a CloudKit database with test records stored in a property list.
But i am not able to exactly understand the concept of the same or not able to find any reliable tutorial where this has been achieved.