PRECIOUSKY Search RSS

App Security

Questions and articles about App Security, answered in plain English.

Questions about App Security

How do I check an APK before it goes live?

Install it on a test device, read the permissions against what the app claims to do, decode the manifest with aapt or apkanalyzer, inspect the code with apktool/jadx, and verify the signature with apksigner. Full checklist.

See all Google Play questions →