App cache iOS PhoneGap
问题 On Android I used file:///storage/sdcard0/Android/data/my.app.id/cache/ to download (FileTransfer) some images and then show them in my html. Images and everything else inside this folder gets removed when deleting my app, which is exactly what I want. How to achieve this on iOS? I tried with file:///var/mobile/Applications/<GUID of app>/Documents/ since this is what I got when requesting file system, but the images won't even download (error code 1). Any ideas? I found out more about my