I'm trying to implement my own way for documents- my user creates a document, then he chooses if to upload it to iCloud. Once it's been uploaded to iCloud, I want the document to be available only as read-only- which means I've decided its name, the user written the content, chose to upload, and from now on he can only view the document content and the name or delete the document entirely- but not to modify is content or name. (The document contains text only).
Is this possible doing?
Thanks in advance.