How do I tell how much iCloud space my app uses?

∥☆過路亽.° 提交于 2019-12-21 12:57:20

问题


Is there a way to see what my app is backing up to iCloud, and how much memory it consumes?


回答1:


Settings > iCloud > Storage & Backup > Manage Storage will show you the aggregate total of what is being backed up.

iOS backs up any files located in your application’s sandbox, except those located in <Application_Home>/Library/Caches.

Technical Q&A QA1719 has more on how to not back up data in iOS 5.0.1 and later.




回答2:


If you just want to see, you can go into Settings->iCloud->Storage & Backup->Manage Storage.

On your Mac, you can browse to "~/Library/Mobile Documents" and see what is being stored in the cloud, including transaction logs (iCloud and Core Data) or documents (e.g. Pages, Keynote). To be clear, it shows the contents of stuff on your iPhone/iPad which is shared using iCloud, not just Mac apps that use iCloud. You may need to enable iCloud on your Mac to see this folder.



来源:https://stackoverflow.com/questions/10389852/how-do-i-tell-how-much-icloud-space-my-app-uses

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!