PluginBench
Skill
Review
Audit score 70

app-store-review

dpearson2699/swift-ios-skills

Prevent App Store rejections with guidance on review guidelines, privacy manifests, IAP rules, and compliance checklists.

What is app-store-review?

Comprehensive reference for preparing iOS apps for App Store review. Covers the top rejection reasons, privacy manifest (PrivacyInfo.xcprivacy) requirements, in-app purchase and StoreKit rules, ATT implementation, EU DMA considerations, HIG compliance, and submission workflows. Use this when preparing for submission, fixing rejections, auditing privacy declarations, or checking compliance against Apple's guidelines.

  • Identifies top App Store rejection reasons and prevention strategies
  • Guides privacy manifest (PrivacyInfo.xcprivacy) setup with required-reason API categories and reason codes
  • Explains in-app purchase, StoreKit, and digital goods rules
  • Provides HIG compliance checklist for UI and interaction patterns
  • Documents App Tracking Transparency (ATT) consent flow requirements
  • Covers EU Digital Markets Act (DMA) considerations for EU users

How to install app-store-review

npx skills add https://github.com/dpearson2699/swift-ios-skills --skill app-store-review
Claude Code
Cursor
Windsurf
Cline

How to use app-store-review

  1. 1.Review the top rejection reasons section to identify risks relevant to your app type
  2. 2.Check the blocking submission checks list and verify your build meets Xcode 26+ and SDK 26+ requirements if uploading after April 28, 2026
  3. 3.Audit your privacy manifest (PrivacyInfo.xcprivacy) against the required-reason API categories and ensure reason codes match Apple's approved list
  4. 4.Cross-check your App Store privacy nutrition labels, privacy policy, and runtime network behavior for consistency
  5. 5.Verify in-app purchase implementation uses StoreKit and does not bypass IAP for digital goods
  6. 6.Walk through the HIG compliance checklist for your app's UI patterns, widgets, and Live Activities
  7. 7.Confirm metadata (app name, subtitle, keywords, screenshots) meets format requirements and shows actual app UI
  8. 8.Provide demo account credentials and clear App Review notes for any login-gated or non-obvious features

Use cases

Good for
  • Preparing an app for initial App Store submission to catch rejection risks upfront
  • Fixing a rejected app by understanding the specific guideline violation and remediation steps
  • Auditing privacy manifest declarations against actual SDK behavior and data collection
  • Implementing ATT consent flow and verifying privacy label accuracy
  • Configuring StoreKit IAP for digital goods and subscriptions
Who it's for
  • iOS app developers preparing for App Store submission
  • Engineering leads conducting pre-submission compliance audits
  • QA teams verifying app completeness and metadata accuracy
  • Product managers understanding App Store policy constraints
  • SDK developers ensuring privacy manifest declarations in their libraries

app-store-review FAQ

What is the blocking Xcode 26+ requirement?

As of April 28, 2026, all uploads to App Store Connect must be built with Xcode 26 or later using the relevant platform SDK 26 or later. This is a hard requirement for submission after that date.

Do I need a privacy manifest if my app does not use required-reason APIs?

A privacy manifest is required if your app code, an executable, a dynamic library, or a third-party SDK uses Apple's required-reason API categories or declares collected data/tracking behavior. If you use neither, a manifest is not required, but check all SDKs you depend on.

What are the most common rejection reasons?

Top rejections include incomplete app functionality (Guideline 2.1), inaccurate metadata (Guideline 2.3), missing demo credentials for login-gated features, placeholder or test content, broken links, and private API usage. Prevention requires end-to-end testing, real content, and accurate metadata.

How do I handle in-app purchases correctly?

Use StoreKit for all digital goods and subscriptions. Do not bypass IAP with external purchase links, buttons, or CTAs unless current Apple rules or approved entitlements explicitly allow them. Declare all digital goods in App Store Connect.

What should I include in App Review notes?

Provide demo account credentials for any login-gated features, explain non-obvious functionality, note any hardware or network requirements, and clarify any features that might appear incomplete or broken during review.

Full instructions (SKILL.md)

Source of truth, from dpearson2699/swift-ios-skills.


name: app-store-review description: "Prepare for App Store review and prevent rejections. Covers App Store review guidelines, app rejection reasons, PrivacyInfo.xcprivacy privacy manifest requirements, required API reason codes, in-app purchase IAP and StoreKit rules, App Store Guidelines compliance, ATT App Tracking Transparency, EU DMA Digital Markets Act, HIG compliance checklist, app submission preparation, review preparation, metadata requirements, entitlements, widgets, and Live Activities review rules. Use when preparing for App Store submission, fixing rejection reasons, auditing privacy manifests, implementing ATT consent flow, configuring StoreKit IAP, or checking HIG compliance."

App Store Review Preparation

Guidance for catching App Store rejection risks before submission. Apple's May 2026 fraud-prevention update says App Review evaluated more than 9.1 million submissions in 2025 and rejected more than 2 million, so treat rejection prevention as a normal release-readiness step and re-check official Apple sources before quoting annual statistics.

Contents

Overview

Use this SKILL.md for quick guidance on common rejection reasons and key policies. Use the references for detailed checklists and privacy manifest specifics.

For prompts about keywords, screenshot captions, product-page metadata, or metadata rejection risk, answer from a compliance angle and explicitly defer keyword research, ranking strategy, conversion optimization, screenshot ordering, and A/B testing to app-store-optimization. Keep App Review metadata guidance limited to accuracy, field limits, misleading-content risk, and screenshot compliance. Always surface the rejection-prone format checks: app name 30 characters, subtitle 30 characters, keyword field 100 characters with comma-separated keywords and no spaces after commas, screenshots showing actual app UI, 6.9-inch iPhone screenshots as the primary current iPhone set, and 13-inch iPad screenshots when the app runs on iPad.

For full submission readiness audits, separate blocking upload/review issues from ordinary cleanup. Treat Xcode 26+ with the relevant platform SDK 26+ as a blocking App Store Connect upload requirement after April 28, 2026. Cross-check privacy manifests, App Store privacy nutrition labels, privacy policy, ATT state, runtime network behavior, and SDK behavior against each other; the declarations and observed behavior must align.

Blocking Submission Checks

Escalate these as blockers before ordinary cleanup:

  • Uploads after April 28, 2026 that are not built with Xcode 26+ and the relevant platform SDK 26+
  • Privacy manifest, privacy label, privacy policy, ATT state, SDK transmissions, or audited runtime network behavior mismatches
  • Digital goods and subscriptions that bypass StoreKit IAP, or external purchase paths/links/buttons/CTAs for digital goods, unless current rules or approved entitlements allow them
  • Missing required screenshot sets: 6.9-inch iPhone screenshots, and 13-inch iPad screenshots when the app runs on iPad
  • Login-gated or non-obvious features without demo credentials, demo mode, and clear App Review notes

Top Rejection Reasons and How to Avoid Them

Guideline 2.1 -- App Completeness

The app must be fully functional when reviewed. Apple rejects for:

  • Placeholder content, lorem ipsum, or test data visible anywhere
  • Broken links or empty screens
  • Features behind logins without demo credentials provided in App Review notes
  • Features that require hardware Apple does not have access to

Prevention:

  • Provide demo account credentials in the App Review Information notes field in App Store Connect
  • Walk through every screen and verify real content is present
  • Test all flows end-to-end, including edge cases like empty states and error conditions

Guideline 2.3 -- Accurate Metadata

  • App name must match what the app actually does
  • Screenshots must show the actual app UI, not marketing renders or mockups
  • Description must not contain prices (they vary by region)
  • No references to other platforms ("Also available on Android")
  • Keywords must be relevant -- no competitor names or unrelated terms
  • Category must match the app's primary function

Guideline 4.2 -- Minimum Functionality

Apple rejects apps that are too simple or are just websites in a wrapper:

  • WKWebView-only apps are rejected unless they add meaningful native functionality
  • Single-feature apps may be rejected if the feature is better suited as part of another app
  • Apps that duplicate built-in iOS functionality without significant improvement are rejected

Guideline 2.5.1 -- Software Requirements

  • Must use public APIs only -- private API usage is an instant rejection
  • As of April 28, 2026, uploads to App Store Connect must be built with Xcode 26 or later using the relevant platform SDK 26 or later
  • Deployment target support is a product and compatibility decision, not an App Review rule
  • Must not download or execute code that introduces or changes app features or functionality after review, except where Apple guidelines and agreements explicitly allow interpreted code

PrivacyInfo.xcprivacy -- Privacy Manifest Requirements

A privacy manifest is required when your app code, an executable, a dynamic library, or a third-party SDK uses Apple's required-reason API categories or declares collected data/tracking behavior.

See: references/privacy-manifest.md for the full structure, reason codes, and checklists.

Summary

  • Required-reason API categories are file timestamps, system boot time, disk space, active keyboards, and UserDefaults; each requires an approved reason code when used.
  • Before final submission, re-check Apple's current required-reason API documentation and do not choose broad, convenient, or invented reason codes.
  • Required-reason API declarations belong in the bundle that contains the code using the API; every app target, executable, dynamic library, framework, or SDK bundle containing manifest-relevant code needs the matching manifest declarations.
  • Each SDK, executable, or dynamic library that collects data, uses required-reason APIs, enables data collection/tracking, or contacts tracking domains needs manifest attention in the bundle containing that code; SDK code cannot rely on the host app's manifest to report the SDK's own usage.
  • Manifest declarations must match App Store privacy nutrition labels, SDK behavior, and the app's presented functionality.

Data Use, Sharing, and Privacy Policy (Guideline 5.1.2)

  • A privacy policy URL must be set in App Store Connect AND accessible within the app
  • The privacy policy must accurately describe what data you collect, how you use it, and who you share it with
  • App Store privacy nutrition labels must match your actual data collection practices
  • Privacy labels, privacy manifests, SDK disclosures, and runtime behavior should tell the same story

In-App Purchase and StoreKit Rules (Guideline 3.1.1)

IAP rules are strict and heavily enforced.

What Generally Requires Apple IAP

Digital content, features, subscriptions, and services unlocked in the app generally must use Apple's In-App Purchase system unless a specific App Review guideline exception, regional rule, or approved entitlement applies. Remove external purchase paths unless the current rules or an approved entitlement allow them:

  • Premium features or content unlocks
  • Subscriptions to app functionality
  • Virtual currency, coins, gems
  • Ad removal
  • Digital tips or donations

What Does NOT Require IAP

  • Physical products (e-commerce)
  • Ride-sharing, food delivery, real-world services
  • One-to-one services (tutoring, consulting booked through the app)
  • Enterprise/B2B apps distributed through Apple Business Manager

Subscription Display Requirements

  • Price, duration, and auto-renewal terms must be clearly displayed before purchase
  • Free trials must clearly show trial duration, post-trial price, billing frequency, auto-renewal, and cancellation terms before purchase
  • Remove external purchase links, buttons, calls to action, or purchase paths for digital goods unless the current storefront rules or an approved entitlement explicitly allow them
  • "Reader" apps (Netflix, Spotify) may link to external sign-up but cannot offer IAP bypass

StoreKit Implementation Checklist

  • Consumables, non-consumables, and subscriptions must be correctly categorized in App Store Connect
  • Restore purchases functionality must be present and working
  • Transaction verification should use StoreKit 2 Transaction.currentEntitlements or server-side validation
  • Handle interrupted purchases, deferred transactions, and ask-to-buy gracefully

HIG Compliance Checklist

See references/review-checklists.md for the full HIG checklist (navigation, modals, widgets, system feature support, launch screen, empty states). This section stays intentionally brief to keep SKILL.md concise.

App Tracking Transparency (ATT)

When ATT Is Required

If your app tracks users across other companies' apps or websites, you must:

  1. Request permission via ATTrackingManager.requestTrackingAuthorization before any cross-app or cross-website tracking occurs, including tracking-capable SDK behavior
  2. Respect the user's choice -- disable cross-app and cross-website tracking if the user denies permission
  3. Not gate app functionality behind tracking consent ("Accept tracking or you cannot use this app" is rejected)
  4. Provide a clear purpose string in NSUserTrackingUsageDescription explaining what tracking is used for

When ATT Is NOT Required

If you do not track users across apps or websites, do not show the ATT prompt. Apple rejects unnecessary ATT prompts.

ATT Implementation

import AppTrackingTransparency

@MainActor
func requestTrackingPermission() async {
    let status = await ATTrackingManager.requestTrackingAuthorization()
    switch status {
    case .authorized:
        // Enable tracking, initialize ad SDKs with tracking
        break
    case .denied, .restricted:
        // Use non-personalized ads and disable cross-app/cross-website tracking
        break
    case .notDetermined:
        // Should not happen after request, handle gracefully
        break
    @unknown default:
        break
    }
}

Timing: Request ATT permission after the app is active and the user has context for why tracking is being requested. Do not show the prompt immediately on first launch or stack it with another system permission prompt.

EU Digital Markets Act (DMA) Considerations

For apps distributed in the EU, and for other region-specific distribution models as Apple updates them:

  • Alternative browser engines are permitted on iOS in the EU
  • Alternative app marketplaces exist -- apps may be distributed outside the App Store
  • External payment links may be allowed under specific conditions, with Apple's commission structure adjusted
  • Notarization is required even for sideloaded apps distributed outside the App Store
  • Apps using alternative distribution must still meet Apple's notarization requirements for security

Entitlements and Capabilities

Every entitlement must be justified. Apple reviews these closely:

EntitlementApple Scrutiny
CameraMust explain purpose in NSCameraUsageDescription
Location (Always)Must have clear, user-visible reason for background location
Push NotificationsMust not be used for marketing without user opt-in
HealthKitMust actually use health data in a meaningful way
Background ModesEach mode (audio, location, VoIP, fetch) must be justified and actively used
App GroupsMust explain what shared data is needed
Associated DomainsUniversal links must actually resolve and function

Usage Description Strings

Usage descriptions in Info.plist must be specific about what data is accessed and why:

// REJECTED -- too vague

// APPROVED -- specific purpose
"Your location is used to show nearby restaurants on the map."

// REJECTED -- too vague
"This app needs access to your camera."

// APPROVED -- specific purpose
"The camera is used to scan barcodes for price comparison."

Apple rejects vague usage descriptions. Always state what the data is used for in user-facing terms.

Submission Workflow

Pre-Submission Steps

  1. Archive in Xcode. Product > Archive (requires a Distribution signing identity). Verify the archive builds clean with zero warnings in Release configuration.
  2. Upload to App Store Connect. Use the Organizer window (Distribute App > App Store Connect) or xcodebuild -exportArchive. Automated uploads via altool or Transporter also work.
  3. TestFlight internal testing. The build is available to internal testers (your team) within minutes of processing. Walk through every screen and flow on at least two device sizes.
  4. TestFlight external testing. External groups require Beta App Review before first external distribution. Use this to validate with real users before full submission.
  5. Submit for App Review. In App Store Connect, select the build, fill in all metadata fields, attach screenshots, and click Submit for Review. Review timing varies; allow buffer for rejections, appeals, and metadata fixes.

Expedited Review Requests

Apple grants expedited reviews for critical situations only:

  • Critical bug fix affecting existing users
  • Time-sensitive event (holiday launch, legal compliance deadline)
  • Security vulnerability patch

Request via the Contact Us form in App Store Connect (App Review > Expedite Request). Provide a specific, factual justification. Do not request expedited review for initial launches or feature updates.

Phased Release

After approval, you can enable phased release to gradually roll out the update:

DayPercentage of Users
11%
22%
35%
410%
520%
650%
7100%

Users who manually check for updates in the App Store will receive the update immediately regardless of phased release stage. You can pause, resume, or complete the rollout at any time from App Store Connect.

Metadata Best Practices

App Name and Subtitle

  • 30 characters max for the app name. Keep it memorable and unique.
  • 30 characters max for the subtitle. Use it for a concise value proposition.
  • No generic terms that describe a category ("Photo Editor" alone is likely rejected).
  • No competitor names or trademarked terms you do not own.
  • No pricing information in the name or subtitle.
  • Name must be unique on the App Store -- Apple rejects duplicates.

Screenshot Requirements

  • Provide 1-10 screenshots per required platform and localization.
  • For iPhone, use the current App Store Connect screenshot specifications. As of May 2026, 6.9-inch iPhone screenshots are the primary accepted iPhone set; 6.5-inch screenshots are required only when 6.9-inch screenshots are not provided, and smaller iPhone displays can use scaled screenshots from larger sets.
  • For iPad apps, 13-inch iPad screenshots are required; smaller iPad displays can use scaled screenshots from larger sets.
  • Screenshots must show the actual app UI -- no misleading content, no features that do not exist.
  • Text overlays and marketing frames are allowed but must not obscure or misrepresent the actual interface.
  • Up to 10 screenshots per localization.
  • Screenshots for different localizations should show localized UI.

Keyword Field Compliance

  • 100-character limit, comma-separated, no spaces after commas.
  • Do not duplicate words already in your app name or subtitle (Apple indexes those automatically).
  • Use singular or plural, not both ("game" not "game,games").
  • No competitor names, trademarked terms, or irrelevant words.

App Preview Videos

  • 30 seconds max per preview video.
  • Up to 3 preview videos per localization.
  • Must show the actual app running on device -- no pre-rendered animations of features that look different in practice.
  • App audio is captured; narration and background music are optional.
  • Avoid any framing, hand footage, or visual treatment that makes the preview misleading about the actual app experience.
  • First frame is used as the poster frame on the product page (choose carefully).

Appeal Process

Replying to Rejections

All rejections appear in the Resolution Center in App Store Connect. To respond:

  1. Read the rejection message carefully -- it cites the specific guideline violated.
  2. Reply directly in the Resolution Center thread with a clear, factual explanation.
  3. If you made a fix, describe exactly what changed and resubmit the binary.
  4. If you believe the rejection is incorrect, explain why your app complies, with references to the specific guideline text.

Tone matters. Be professional, specific, and concise. Provide demo credentials, screenshots, or screen recordings that demonstrate compliance. Avoid emotional language or threats.

Escalation to App Review Board

If the Resolution Center exchange does not resolve the issue:

  1. Request an appeal to the App Review Board via the Resolution Center or the App Store Contact form (App Review > Appeal).
  2. The Board is a separate team from the original reviewer. Provide all context -- they review the full history.
  3. Board decisions are final for that submission, but you can always modify the app and resubmit.

Common Successful Appeal Strategies

  • Provide a video walkthrough showing the feature the reviewer could not find or access.
  • Cite the specific guideline and explain how the app satisfies each requirement.
  • Include demo credentials if the reviewer could not log in (the most common 2.1 rejection cause).
  • Reference precedent -- if similar apps exist on the App Store with the same pattern, note them (respectfully).
  • Offer a compromise -- if Apple objects to a specific implementation, propose an alternative that satisfies both sides.

Common Mistakes

  1. Missing demo credentials. Provide App Review login credentials in App Store Connect notes. Most Guideline 2.1 rejections are from reviewers unable to test behind a login.
  2. Privacy manifest mismatch. Declared data collection in PrivacyInfo.xcprivacy must match App Store privacy nutrition labels, SDK behavior, and app functionality.
  3. Unnecessary ATT prompt. Do not show the App Tracking Transparency prompt unless you actually track users across apps or websites. Apple rejects unnecessary prompts.
  4. Vague usage descriptions. "This app needs your location" is rejected. State the specific feature that uses the data.
  5. Unapproved external purchase paths. External payment links for digital goods are region- and entitlement-sensitive; do not add them without checking current Guideline 3.1.1(a) rules.
  6. Treating code quality as review compliance. Swift 6 concurrency annotations and StoreKit transaction handling matter, but they do not replace privacy, payment, metadata, and entitlement compliance checks.

Review Checklist

Quick-check before every submission (full version in references/review-checklists.md):

  • No placeholder/test content; all features functional; demo credentials provided
  • App name matches functionality; screenshots are real; no prices in description; 6.9-inch iPhone and 13-inch iPad screenshots supplied when applicable
  • PrivacyInfo.xcprivacy present when required-reason APIs, tracking, collected data declarations, or SDK tracking domains apply; nutrition labels match reality
  • Privacy policy URL set and accessible in-app
  • Digital content uses IAP; subscription terms visible; restore purchases works; external purchase links/buttons/CTAs removed unless current rules or approved entitlements allow them
  • Dark Mode and Dynamic Type supported; standard navigation patterns
  • Built with Xcode 26+ and platform SDK 26+ for uploads after April 28, 2026; no private APIs; entitlements justified
  • ATT prompt only if cross-app or cross-website tracking occurs

References