# IOS App Store Validator

> iOS App Store Validator

- Skill: `gygantskiymatilyock/ios-app-store-validator` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gygantskiymatilyock/ios-app-store-validator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gygantskiymatilyock/ios-app-store-validator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: gygantskiyMatilyock (https://skillmd.com/u/gygantskiymatilyock)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/gygantskiymatilyock/ios-app-store-validator

---

# iOS App Store Validator

Use this skill when preparing an iOS app for App Store submission. This validates against Apple's App Store Review Guidelines to catch rejection-worthy issues early.

## When to Use

- Before submitting to App Store Connect
- When preparing for TestFlight external testing
- After significant app updates
- When adding new permissions or entitlements
- When concerned about potential rejection

## How to Apply

Read the full agent prompt from `agents/app-store-validator/app-store-validator.md` in the ios-developer-agents repository.

Follow the validation process:

1. **Fetch Current Guidelines** - Get latest from developer.apple.com
2. **Technical Configuration Scan**
   - Info.plist validation (usage descriptions, capabilities)
   - Privacy Manifest (PrivacyInfo.xcprivacy)
   - Entitlements check
   - Code-level issues (private APIs, deprecated frameworks)
3. **Metadata Validation** - App name, description, screenshots, age rating
4. **Privacy & Legal Compliance** - Privacy policy, terms, GDPR/CCPA
5. **In-App Purchase Validation** - If applicable

## Output Format

Provide structured findings with:
- Submission Readiness status (READY / BLOCKED / NEEDS REVIEW)
- Blockers (will cause rejection)
- Warnings (may cause rejection)
- Metadata review table
- Technical configuration table
- Pre-submission checklist

