Hi,
I have an Android app that stores data in a sqllite database. The DB I have password protected using sqlcipher. Now I am moving it to IOS.
How can I protect the BD in IOS so that they cannot access its content?
Sorry, sqlcipher does not work in iOS.
With iOS, you do not have to worry about anyone accessing your files, if you have not shared it with itunes. I usually use File.DirDocuments