I am creating a CloudKit application, and I was faced with the choice of storing my data in a default container, accessible only to this application, or a custom container that can exchange data. At the moment, I only need this application to access the data, so I would probably put my data in the default container. However, if I ultimately want to access this data from another application, can I transfer my user data to a user shared container?
source
share