app-store-review

app store review

dpearson2699 ↓ 3k
Claude Code
View source ↗

What it does

  • Top Rejection Reasons and How to Avoid Them
  • PrivacyInfo.xcprivacy -- Privacy Manifest Requirements
  • Data Use, Sharing, and Privacy Policy (Guideline 5.1.2)
  • In-App Purchase and StoreKit Rules (Guideline 3.1.1)
  • HIG Compliance Checklist
  • App Tracking Transparency (ATT)
  • EU Digital Markets Act (DMA) Considerations

Requirements & configuration

  • Required-reason API categories are file timestamps, system boot time, disk space, active keyboards, and UserDefaults; each requires an approved reason code when used.
  • Every entitlement needs an active feature, a specific usage description when
  • 1. Archive in Xcode. Product > Archive (requires a Distribution signing identity). Verify the archive builds clean with zero warnings in Release configuration.
  • 4. TestFlight external testing. External groups require Beta App Review before first external distribution. Use this to validate with real users before full submission.

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

app store review

Source

Repository: https://github.com/dpearson2699/swift-ios-skills

app-store-review FAQ

What does the app-store-review skill do?

Audits App Store submission readiness and rejection risk across current review guidelines, PrivacyInfo.xcprivacy and required-reason APIs, privacy labels, ATT, StoreKit payments, metadata, entitlements, widgets, and Live Activities. Use when preparing a submission, responding to rejection, reconciling privacy evidence, or separating upload blockers from cleanup. Top Rejection Reasons and How to Avoid Them PrivacyInfo.xcprivacy -- Privacy Manifest Requirements

What does app-store-review require?

Required-reason API categories are file timestamps, system boot time, disk space, active keyboards, and UserDefaults; each requires an approved reason code when used. Every entitlement needs an active feature, a specific usage description when 1. Archive in Xcode. Product > Archive (requires a Distribution signing identity). Verify the archive builds clean with zero warnings in Release configuration. 4. TestFlight external testing. External groups require Beta App Review before first external distribution. Use this to validate with real users before full submission.

How do I install app-store-review?

Run: npx -y skills add https://github.com/dpearson2699/swift-ios-skills --skill app-store-review --agent claude-code — the source lives at github.com/dpearson2699/swift-ios-skills.

Maintain app-store-review?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[app-store-review on getagentictools](https://getagentictools.com/skills/dpearson2699-swift-ios-skills-app-store-review?ref=badge)
npx agentictools info skills/dpearson2699-swift-ios-skills-app-store-review

The second line is the CLI lookup for this page — handy in READMEs and docs.