A native macOS app that audits your Xcode project against real App Store Connect data before you submit — not a linter, a live diff against what's actually registered under your account. Catches IAP/Subscription ID mismatches, Privacy Manifest gaps (with suggested reason codes), incomplete App Information, Age Rating drift, and the five declarations you always forget. No backend — your API key never leaves your Mac.
I built ShipCheck because most of the App Store rejections and wasted review cycles I've seen aren't from big mistakes — they're small drift: a product ID that changed in code but not in App Store Connect, a Required Reason API a dependency added that never made it into the Privacy Manifest, an app info field left blank.
Existing tools either just lint your code or make you manually cross-check everything against the App Store Connect dashboard by eye. I wanted something that actually pulls your real ASC data and diffs it against your real project, so nothing slips through just because it's easy to forget.
It's a native macOS app, no backend — your API key stays on your Mac. Free during the beta right now.
Would love your feedback, especially if you submit apps regularly and have run into a rejection that felt avoidable in hindsight.