I want the user to be able to access the files in the documents directory but am using core data and dont want the user to be able to access the store (the sqllite db), can i hide it from the user while still allowing file sharing, or can i put it in another directory where it will still get backed up?
Share
The answer given by FrenchKiss Dev is not correct. The user will still be able to see the “.data” directory in iTunes and save that locally with all the files inside it.
Instead, store private documents in
Library/PreferencesAccording to Apple: