rejection-handler

Featured

Handle App Store rejections, prepare submissions to avoid common rejection reasons, write Resolution Center responses, and navigate the appeal process. Use when user's app was rejected, is preparing for submission, or needs help with App Review.

AI & Automation 719 stars 68 forks Updated 1 months ago MIT

Install

View on GitHub

Quality Score: 93/100

Stars 20%
95
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# App Store Rejection Handler Guide developers through handling App Store rejections — from understanding why the rejection happened, to crafting effective responses, to escalating when appropriate. ## When This Skill Activates Use this skill when the user: - Says their app was rejected by App Review - Asks for help understanding a rejection notice - Wants to prepare a submission to minimize rejection risk - Needs help writing a response in Resolution Center - Wants to appeal a rejection decision - Asks about common App Store rejection reasons - Mentions "App Review", "guideline violation", or "rejection" - Wants a pre-submission audit for guideline compliance ## Reference Files Before handling a rejection, load: | File | Purpose | |------|---------| | **common-rejections.md** | Top 20 rejection reasons with fixes and response templates | ## Pre-Submission Audit Checklist Run through this before submitting to avoid the most common rejections. Each item maps to a specific App Store Review Guideline. ### App Completeness (Guideline 2.1) - [ ] App launches without crashing on all supported devices - [ ] All features described in metadata are functional - [ ] No placeholder content (lorem ipsum, test data, TODO screens) - [ ] No broken links or dead-end navigation - [ ] All buttons and interactive elements work - [ ] Demo/test accounts provided in App Review notes if login is required - [ ] Beta or test labels removed from UI and metadata ### Accurate Metadata (Guideli...

Details

Author
rshankras
Repository
rshankras/claude-code-apple-skills
Created
10 months ago
Last Updated
1 months ago
Language
Swift
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Listed

app-store-review-rejections

Use when preparing an App Store submission, reading an App Review rejection or Resolution Center message citing a guideline number (2.1, 2.3.x, 3.1.1, 4.3, 5.1.1, 5.1.2), or auditing an ads + Remove-Ads IAP + CloudKit + Game Center app for the rejection classes it realistically hits: the ATT-vs-AdMob trap, privacy-label parity with `PrivacyInfo.xcprivacy`, Restore Purchases, screenshot metadata, export compliance. Maps each class to a pre-submit fix. Not the submission mechanics (asc-api-automation) nor StoreKit implementation (storekit2-iap-defaults).

19 Updated today
wei18
Code & Development Listed

app-store-review

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.

3 Updated 5 days ago
thiennc-tesoglobal
Code & Development Listed

app-store-review

Full-lifecycle Apple App Store review for iOS and iPadOS apps. Use for pre-submission audits, rejection diagnosis and Resolution Center replies, Guideline 4.3 spam or similarity recovery, human-craft and low-effort audits, App Review Notes, privacy manifests, Info.plist permission strings, subscriptions, Sign in with Apple, account deletion, UGC, third-party AI consent, TestFlight or App Store readiness, visual HTML review reports, and vague requests such as "review my app" or "will Apple approve this" when an Xcode, Expo, React Native, or Flutter project is present.

3 Updated 5 days ago
ElxMaj