What problem does it solve? iOS apps are frequently rejected from the App Store under Guideline 5.1.1(i) because their privacy policy link is missing, broken, uses HTTP instead of HTTPS, or only exists in App Store Connect metadata rather than inside the app itself. This Skill scans your project before submission to catch these issues early. ## Core Features & Use Cases - Privacy Policy URL Detection: Greps Swift and Objective-C sources for privacy policy URL references and flags their complete absence as a critical rejection risk. - Placeholder and Insecure Link Detection: Identifies placeholder domains like example.com and non-HTTPS privacy policy URLs that Apple reviewers will reject. - In-App Accessibility Verification: Checks for a dedicated privacy policy screen or link within the app experience, not just in App Store Connect. - Use Case: Before submitting your iOS app, run this check to receive a prioritized findings list (critical, high, medium, low) with exact file paths and line numbers for each privacy policy issue. ## Quick Start Scan my iOS project for missing, broken, or placeholder privacy policy links before App Store submission.