Hi,
can some give me a good resource for the iphone filesystem? Basically I want to know:
- Where can I save my downloaded files into which folders? And which are not allowed?
- Which of these folders are hidden? (which won't be backup extracted) These files should stay on the device.
Want I'm trying to do is this: The user can download some videos from our server and watch it using our app. So I have to download the videos and save it somewhere on the iPhone, but I don't know exactly where to save these files so it won't be backup extracted.
First I tried ~/Documents
folder, but the files in there will be extracted, so not an option for me.
Second I tried the ~/tmp
folder. This folder seems to be working for me, because it wasn't extracted, but I don't know if this folder is always present? For how long will it persist? Because its called temp, will it be cleaned after some time/event?
If someone has information for me, I would really appreciate it.
Thanks in advice,
Buju