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 Play Console questions →