When I download a sound file in my iPhone, in which directory is it stored?
+3
A:
There is no 'sound file directory'.
Safari cannot download files to the iPhone and if you download a sound file from code you will receive the data in an NSData
object. From there it is up to you where you write the file (or even if you write a file, you could use the data without saving it). However you will still not have many options on where to save the file because of the iPhone sandbox.
Roger Nolan
2009-02-28 21:31:34