6

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!

skinsfan00atg
  • 571
  • 1
  • 3
  • 19

1 Answers1

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