What problem does it solve? App Store rejections under Guideline 3.1.2(c) often stem from paywall screens that omit auto-renewal terms, post-trial pricing, cancellation instructions, or the actual billed price. This Skill scans your iOS/macOS project to find those missing or obscured disclosure elements before you submit for review. ## Core Features & Use Cases - Disclosure Detection: Greps Swift and Objective-C paywall files for auto-renewal text, trial-end billing terms, cancellation instructions, and localized price display via StoreKit APIs like displayPrice and localizedPrice. - Prioritized Findings: Outputs a tiered findings list (CRITICAL, HIGH, MEDIUM, LOW) with file paths, line numbers, and concrete fix instructions mapped to App Store guidelines. - Use Case: Before submitting an app with a free trial paywall, run this Skill to confirm the screen states what users are charged after the trial, shows the actual billed amount next to any discount label, and links to Privacy Policy and Terms of Use. ## Quick Start Scan my iOS project for missing subscription disclosure elements on the paywall and report any App Store Guideline 3.1.2(c) violations.