Is there a way to determine how much of the 1MB allotted an app is using for iCloud KVS? i checked the settings>iCloud route, but I don't think if it's KVS it shows up there. I'm just storing an array of some strings, but just wanted to see what else I might be able to sync that would help the user. Thanks!
Asked
Active
Viewed 182 times
1 Answers
0
I think, it is possible to estimate allocated space by looking at this file:
du -h /Users/<user>/Library/Containers/<app-bundle-name>/Data/Library/SyncedPreferences/<app-bundle-name>plist

kisileno
- 787
- 9
- 23