Android — APK and AAB
What your release build actually ships, read the way anybody who downloads it can read it.
How it works
We decompile your release build and examine what it contains: hardcoded API keys and credentials, screens and services other apps on the same phone can launch, unprotected content providers, backup and local storage settings, weak encryption, and whether certificate pinning is present.
How it helps
A key compiled into an APK is a published key. This tells you which ones are already public, and which components a malicious app installed alongside yours could call.
