← ClaudeAtlas

app-store-readinesslisted

Privacy manifest, code signing, capability declarations, screenshot automation, and review guideline checks.
niels-emmer/myace · ★ 1 · AI & Automation · score 71
Install: claude install-skill niels-emmer/myace
## Purpose Avoid App Store rejections by checking every submission requirement before shipping. ## Checklist - **Privacy manifest**: `PrivacyInfo.xcprivacy` complete with all collected data types and reasons declared. - **Code signing**: valid distribution certificate and provisioning profile for the target environment. - **Capabilities**: all required capabilities declared in the app's entitlements file and Apple Developer portal. - **Screenshot automation**: XCUITest snapshots for all required device sizes (6.7", 6.5", 5.5" display). - **Review credentials**: no hardcoded test accounts or review-mode flags in the production build. - **Guideline check**: review current App Store Review Guidelines for any changes affecting the app's category or features. - **Metadata**: app description, keywords, and privacy URL updated to match the current release. ## Expected output A build that passes all pre-submission checks and is ready for App Store upload without expected rejections.