1

I make application with shared folder. User can to save some data in Core Data. I know that it saved in sqlite and it shown in the shared folder. I want that user doesn't see it. How can I hide this sqlite files in shared folder that user will not delete they via iTunes? enter image description here

1 Answer 1

3

You can add a period in front of the file name to make it hidden.

Just rename it from

whatever.sqlite

to

.whatever.sqlite
Sign up to request clarification or add additional context in comments.

10 Comments

But all the same will it be shown in shared folder? Or how to make it programmatically?
@Alexsander I didn't understand your question. I Said if you name a file or a folder starting with a period it will be hidden
I want that user doesn't see it
I download this project from App Store and I can see it.
Thank you! You very helped me.
|

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.