PRECIOUSKY Search RSS

verifying apps

Questions and articles about verifying apps, answered in plain English.

Questions about verifying apps

Should I ask for the AAB and APK?

Always. A trustworthy publisher hands you the signed AAB (what ships) and APK (what you can test) on request. If they refuse to show you the build going out under your name, that's your answer. How to verify a build.

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 →