Im using Cloudkit and the private database to store some files to iCloud and sync between iOS und OSX.
Now I wanted to implement something, the user can see how much space i
There isn't currently a way to get the remaining quota for a user in the private database at this time, so your best option is to just try to upload the data you want and watch for a CKErrorQuotaExceeded error.