I have an application which downloads images/context from server. Save images to /documents, context to database coredata.
Let say I've downloaded all the datas (app display all the necessary datas (images/context)) and for some reason I uploaded a new build of the app in testflight I then update the app on my device and when I run the app it now won't display the images that I've downloaded on the previous build but I still have the context. So my question is did the new build remove all the datas inside /documents? If so how come I still have my context datas (database coredata)?