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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.