I’m working on an app that stores data locally on the iPad in the “cache” folder.
With iOS5 the contents in there get deleted randomly when the iPad is getting close to be “full”.
How can I simulate an iPad that has for example only 1MB of space left?
Thank you in advance
Oliver
The only way to simulate this that I can think of is to manually place data in
Cachesdirectory till 99% & see how iOS5 & your app behaves.One way to do this is to use iExplorer. Install this & open it while your ipad is connected. This will give you a explorer view of all the apps that are installed on your ipad. For example, this is how facebook app looks like.
Find your App and put data in the
Cachesdir till its close to full. Now run your app from Xcode & see how ios5 & your app handles. Hope this helps.