Quickstart
Your first scan, in the dashboard
Upload the .ipa or .aab you would send to the store. That is all we need:
no source code, no repository access, nothing to install in your project. The
scan runs all 137 checks in one pass and the report lists every finding with
its severity, the evidence from the binary, and the steps to fix and confirm it.
Your uploaded file is destroyed the moment the scan finishes. Findings stay for your retention window.
Next steps
Once you have seen a report, wire the same scan into your workflow:
- Run it from your terminal — see The CLI.
- Turn a scan into a pass/block decision — see Exit codes.
- Gate every build — see The CI gate.