I'm developing an app which is using CloudKit Private db.
So, now it's time to move the sources and all related data to the owner's accound.
This means, that i have to create the same records types, etc... using another account. There is a better way than just creating each fields from the scratch?
Or can i do some saves/loads or so?
Or even can i programmatically create the record types.
Thanks in advance.