app-store-review

Audit iOS app submissions against App Store review guidelines and privacy manifest requirements.

Updated May 10, 2026
One-click install
npx skills add https://github.com/FelixRauch/medat-figuren --skill app-store-review-felixrauch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: app-store-review
Source: https://github.com/FelixRauch/medat-figuren/tree/main/.agents/skills/app-store-review
Command: npx skills add https://github.com/FelixRauch/medat-figuren --skill app-store-review-felixrauch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you prevent common App Store submission rejections by giving a practical checklist for App Store review compliance, especially around privacy manifests, ATT, and in-app purchase rules.

Core Features & Use Cases

  • App completeness & reviewer testing readiness: verify the app has real content, works end-to-end, and provides demo credentials when login is required.
  • Privacy manifest & privacy policy alignment: ensure PrivacyInfo.xcprivacy is present, includes correct API reason codes, and matches App Store privacy nutrition labels and actual behavior.
  • StoreKit IAP compliance: confirm digital goods and subscriptions use StoreKit, display pricing terms correctly, support restores, and handle StoreKit purchase edge cases.
  • ATT and DMA considerations: request tracking authorization only when needed, and handle platform policy expectations for EU distribution scenarios.
  • HIG and metadata best practices: validate UI/system feature support, navigation/modals patterns, and that App Store metadata (name, screenshots, keywords) accurately reflects the real app.

Quick Start

Use the app-store-review skill to audit your next App Store submission against the privacy manifest, ATT, IAP, and HIG checklists before you upload a binary.

Frequently Asked Questions about app-store-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prevent App Store rejections related to the privacy manifest?

To prevent App Store rejections for privacy manifests, verify your PrivacyInfo.xcprivacy file is present, uses correct API reason codes, and aligns with your App Store privacy nutrition labels and actual app behavior.

What App Store review checklist should I use for StoreKit in-app purchases?

An App Store review checklist for StoreKit in-app purchases should confirm digital goods use StoreKit, display pricing terms correctly, support restore transactions, and handle edge cases to avoid compliance rejections.

When do I need ATT consent for my iOS app submission?

You need ATT consent for your iOS app submission when requesting tracking authorization, ensuring your app only prompts for App Tracking Transparency when actually needed to pass review.

Does App Store review require demo credentials for apps with login?

Yes, App Store review requires demo credentials for apps with login so reviewers can test end-to-end flows, confirm the app has real content, and verify it works functionally before approval.

What are common reasons for App Store rejection regarding metadata and HIG?

Common reasons for App Store rejection regarding metadata and HIG include inaccurate App Store metadata like mismatched screenshots or keywords, and UI not supporting system features or violating navigation modal patterns.

How do I handle DMA considerations for iOS app distribution in the EU?

To handle DMA considerations for iOS app distribution in the EU, your submission must address platform policy expectations for EU distribution scenarios, ensuring compliance with regional regulatory requirements during review.