is possible replace a plist file when my iPhone app is running? I’d like to implement backup into my app (into the backup zip I have also the plist file) and I don’t understand how can I replace the plist file with its backup.
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.
Put the original plist into App’s resources such that it is signed & delivered with your app on install.
Then, detect if it exists in the
Documents/directory and copy it there if not. If you need to replace it, simply copy anew from your App’s resources.