Hello!
I have a question about storing downloadable content under iOS 6.0 and higher.
Where should I store content of about 300 MBytes? According to this article:
https://developer.apple.com/icloud/documentation/data-storage/index.html
it should be stored in the <Application_Home>/Library/Caches
This article:
tells that /Caches directory may be cleared by OS in some situations, which is not desirable for us. The article advises to store downloadable content in <Application_Home>/Library/Application Support
It's not clear enough, is this directory automatically backed up to iCloud, which is also not desirable because of big data size.
So, which variant is better?