If i will download file in iPhone from my custom Application, where it will save file and how to get list of downloaded files before, if i will restart my app? Is there any named app storage or global storage like in Windows Phone 7?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is your responsibility as a developer to save the file in the folder you like.
However you will only be only be able to save files and create folders in your application writeable path:
Then, you can save files by using the NSFileManager. Please refer to the Apple Documentation to create your folders and save your files accordingly.