Storing Your App’s Data Efficiently https://developer.apple.com/icloud/documentation/data-storage/index.html 总结: 用户产生的: 存储在Documents, 会被备份到iCloud 程序产生的: 如数据库, 下载的缓存图片, 存储在 Library/Caches 临时的文件: 存储再Temp目录, 用完记得删 To ensure that backups are as efficien…
I have made an application for my client by keeping target iOS as 4. But since the application still not submitted to Apple store, my client is planning to upgrade it for iOS 5.0. For this I read the guideline from Apple and found that "Only user-gen…