app-store
Installation
SKILL.md
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