如何判断我的应用程序使用了多少iCloud空间

如何判断我的应用程序使用了多少iCloud空间

本文介绍了如何判断我的应用程序使用了多少iCloud空间?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有办法看看我的应用程序备份到iCloud的内容,以及它消耗了多少内存?

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

推荐答案

设置> iCloud>存储&备份>管理存储将显示正在备份的内容的总计。

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

iOS备份位于应用程序沙箱中的所有文件,但那些文件除外位于< Application_Home> / Library / Caches

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

有更多关于如何备份iOS数据的内容5.0.1及更高版本。

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

这篇关于如何判断我的应用程序使用了多少iCloud空间?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-01 22:01