I made a simple app that stores bank account, money transactions and other sensible data. Stored data is already encrypted, with no network access at all and closed to itself. But how can I make sure that other apps or the OS itself is not trying to read data the app generates? Are there trustable methods to see when and/or how my app is being tracked or read, even by the OS and log that "suspicious" activity?
I Tried to google that and read Developers manuals, but found nothing.
from How can I protect my app from Google itself?
No comments:
Post a Comment