# App Store

> Pre-submission check for iOS App Store guidelines. Payments/IAP compliance, privacy manifests, login flows, metadata quality, binary validation. Use before submitting to Apple.

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

---


# App Store Readiness Check

## 1. Payment Compliance
- No external payment links in app (Apple rule)
- If using web payments: proper user flow
- In-app purchases configured correctly
- Subscription management accessible

## 2. Privacy
- Privacy manifest (PrivacyInfo.xcprivacy)
- Data usage declarations accurate
- Required purpose strings for permissions
- Privacy policy URL in metadata

## 3. Login & Account
- Sign in with Apple if third-party login exists
- Account deletion functionality available
- Guest mode if applicable

## 4. Metadata Quality
- Screenshots for all required device sizes
- App description clear and accurate
- Age rating correctly set
- Keywords relevant

## 5. Technical
- No crashes on launch
- Works offline gracefully
- IPv6 compatible
- Minimum iOS version justified
