Firstly, I have read these:
(1) http://www.gaiagps.com/news/article/iOS5%20Breaks%20Data%20Storage%20and%20Crushes%20My%20Soul
(2) http://iphoneincubator.com/blog/data-management/local-file-storage-in-ios-5
(I can not submit more than two hyperlinks because I'm a noob.)
and all the related developer forum threads in apple.com.
Problem: with the new iOS5, we need to save files to /Caches folder, and save only user generated files to the /Documents folder. And caches folder may be deleted unexpectedly even when our app is not running, on app updates or system restores. The deletion at an unexpected time is the one that worries us.
The reason I am still opening a question about the same issue is to ask;
1. If I am missing anything. As if there's an update on this issue and I am the only one that didn't hear it. The guy from the first link (gaiagps) is complaining about having their app rejected and so, but his following blog post is telling their app data is now safe from deletion.
2. Is it okay to save my data to /Documents (even if they're big -to ruin the iCloud user experience-), using the new component UIDocument and syncing it with iCloud storage?
I would like to develop the app correctly to get accepted by the app review the first time I submit the app (if possible), to avoid any latencies. So what I am asking is, where to save the data in iPad so it won't get deleted?