The rejection notice usually arrived a few days after I had already tapped submit. Reading the reason, it was always a clause that genuinely existed somewhere in the guidelines — I had simply missed it. But the official guidelines are long, and re-reading the whole thing on every update is not realistic. Running several wallpaper and relaxation apps in parallel, this "re-reading tax" had quietly become a drag on shipping updates.
Antigravity v2.1.4 lets you attach a PDF to Gemini models, and that change let me set part of this burden down. This article lays out, in the shape I actually use it, how to read a review-guideline PDF into the agent as context and turn it into checks tied to your own app.
Why PDF attachment helps release work
You could always paste guideline text and have the agent read it. The trouble is that both Apple's App Review Guidelines and Google Play's policies are full of sections and tables, and pasting them as plain text breaks that structure. Once the link between clause numbers and their text is lost, the agent's answers tend to feel plausible but untraceable.
In v2.1.4 you can load a PDF by drag-and-drop or from the Add Context menu. Because the original section structure is preserved, it becomes much easier to get a grounded answer to a clause-level question like "which feature does 3.1.1 relate to."
| How you pass it | Good for | Watch out for |
|---|---|---|
| Pasted text | Checking just one or two clauses | Tables and hierarchy break |
| PDF attachment (drag-and-drop) | Holding the whole guideline in context | Accuracy drops in the back half of long files |
| Add Context menu | Referencing several files side by side | Don't mix in unrelated files |
Steps: from guidelines to an app-specific checklist
Summarizing the guidelines wholesale only yields generalities. The value shows up when you cross-reference your app's features against the clauses. I work in this order.
First, prepare a short note listing the target app's features. For a wallpaper app that might be at the granularity of: rewarded ads, subscription, saving images, whether there is user-generated content. Then attach the review-guideline PDF and hand it to the agent together with that feature note.
The key is to specify the output format right in the prompt.
The attached PDF is the App Store review guidelines.
Below is the feature list for my app.
- Rewarded ads (AdMob)
- Monthly auto-renewing subscription
- Saving wallpaper images to the camera roll
- No user-generated content
For each feature, list the guideline clauses most likely to apply,
in three columns: "clause number / gist / what I should verify in my app".
Always cite the clause number from the PDF text; if you are guessing, say so.
Don't force in clauses that are only weakly relevant.Binding it to "always cite the clause number from the PDF text" cuts down on untraceable answers. Adding "if you are guessing, say so" nudges the agent away from false certainty.