What exactly will get updated when someone updates their app? Does it update external data files in the bundle, overwrite them, replace them…?
What exactly will get updated when someone updates their app? Does it update external
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.
First off, there are no “external data files in the bundle” – the bundle is your application binary and some authentication data, etc. and is replaced when the app is upgraded. However, any data that you transfer from your bundle to your application’s document directory, or simply write directly to the document directory is retained when the app is upgraded.
In short:
Your application bundle is replaced in it’s entirety.
Data stored in your application’s document directory is retained.