Hello,
I have a app that uses a DB (SQLite3) to store a lot of information, including sensitive data from users that can connect to the app using facebook for instance.
I need that Database to be protected somehow, either by encryption or password protecting, but it cannot be accessed easily like it is now by just connecting a device (iPhone/iPad) to a PC/MAC and accessing that directory (system.DocumentsDirectory).
Or, if none of that is possible for some reason, does anyone know any “workaround”, like putting that database in another folder or something?
This was the main problem (a very serious one): a tester here easily “impersonated” another user on the app because the app has a Config table on said database that “registers” the login information (email, name, userid, etc.) so the users dont have to login every time they open the app.
Thanks in advance.