Get Camino build log · 9 of 10
Twelve days with Apple's reviewers
The strictest external review most software ever gets, against a codebase largely written by AI. What four rounds actually caught — and what they didn’t.
- 01
A real defect
A "coming soon to Google Play" pill rendered inside the iOS binary. Now gated web-only, with a regression test.
- 02
Three AI questions
In-house? Third-party models? Where's consent? Answered in writing — nothing to change, designed in on day one.
- 03
One word
"Free" in a caption was ruled a price reference. One caption edit.
- 04
Silence — then approval
Apple’s reviewers spent twelve days going through the app I built in a week. Across four rounds, the only code-adjacent change they demanded was one word, in one screenshot caption.
Get Camino is live on the App Store. Here’s what the gauntlet actually looked like — because “we shipped” is the least useful part of the story.
Round 1 — a real defect, and mine. The home page’s “coming soon to Google Play” pill was rendering inside the iOS binary. Fair rejection. The fix wasn’t to delete the pill: the whole band is now gated web-only, with a regression test so rival-store copy can never re-enter a native build again. Fix the class, not the instance.
Round 2 — no defect. Three written questions about the AI: is it in-house, does user data reach third-party models, where exactly do users consent? Answered in writing — hybrid architecture, conversation text only (no names, no emails), consent disclosed in Lola’s first message. Nothing to change, because those answers were designed in on day one, not assembled for the reviewer.
Round 3 — one word. The word “free” in a screenshot caption was ruled a price reference, plus a questionnaire about paid subscriptions the app doesn’t have. One caption edit.
Round 4 — silence. Then approval.
The detail I keep thinking about: the reviewer is a user too. Our monitoring flagged a sign-in failure on their device (review devices aren’t signed into iCloud), and we triaged it exactly like any other user’s — recognized, ruled harmless, left on watch. No special case, because there shouldn’t be one.
Twelve days of the strictest external review most software ever gets, against a codebase largely written by AI. One caption.
The tooling wrote the code. The standards were the reason it survived contact.