Can CloudKit save some data which is from every user, and only developer can read it or delete it?

Hi, I have a question of CloudKit.

In CloudKit document, I find that CloudKit can save public database and private database.

But I want to save some data which is from every user, and only developer can read it or delete it.

For example, When my game is crash, user can send crash log file to CloudKit, and developer can read it.

After developer read it, developer can delete it from CloudKit.

Can CloudKit do this ?

Thank you very much !

Replies

>and only developer can read it or delete it


Why? Might just be me, but I'd be upset if a dev had more control over my icloud content than I did....

Sure. The app can write to the public database all it wants and then you can read it from the dashboard or from a modified app running off of Xcode. I think you will have trouble getting the crash log file in the app - that file may not be accessible to the app itself.