Hi all,
In my game, i create a database with game info about the player (score, level, etc…) and store it in the system.DocumentsDirectory.
With an iphone or ipad, i really think you can’t access this db because you can access nothing
A friend with an android tried to localize the database of my game on his phone, and didn’t success (but he is not very good ).
My question is : when i store something in system.DocumentsDirectory , is it secure and inaccessible by users ? Or is a good android user/hacker able to read info store in this dir? How to localise this dir on an android phone?
Thanks all!