Few years ago, I wrote an app using Core Data in Objective-C. The file.sqlite was saved on folder Documents. I would like to write an update version but in swift language and I am care about the users don't loose their saved records. I saw that the new file.sqlite is saved on folder Application Support. I have 2 questions:
is it possible to save on the same folder that the users don't loose the records?
Or is it possible to copy the old file.sqlite to Application Support that the users can update the old records?