Checks
AuditStore groups its findings into eight categories, shown in this order in the app sidebar. Each page below documents every individual check in that category: its identifier, the status it can produce, and exactly what it verifies.
| # | Category | Subtitle | Source |
|---|---|---|---|
| 1 | App Information | Name, category, age rating & privacy | App Store Connect |
| 2 | Pricing & Availability | Price schedule and regions | App Store Connect |
| 3 | Version & Metadata | Description, keywords & screenshots | App Store Connect |
| 4 | Build & Compliance | Attached build & export compliance | App Store Connect |
| 5 | App Review | Contact, notes & demo account | App Store Connect |
| 6 | Review Guidelines | Policy checks for your app type | Xcode project (local) |
| 7 | Subscriptions | In-app subscription groups | App Store Connect |
| 8 | Xcode Project | Local static analysis | Xcode project (local) |
How to read a check page
Each check lists:
- Check — the human-facing title (varies with outcome).
- ID — the stable internal identifier.
- Can be — the statuses this check can resolve to.
- Verifies — what App Store Connect field or project fact it inspects, and why it matters.
NOTE
Categories 1–5 and 7 come from the live App Store Connect API. Categories 6 and 8 come from local static analysis of your Xcode project and run even without credentials.
Start with App Information → the entry point every App Store Connect check depends on.