What problem does it solve?
After drafting a privacy policy and terms of service, developers still must host those documents online and manually configure the Privacy Policy, Support, and Marketing URLs in App Store Connect — a tedious, error-prone step that can cause App Review rejections if URLs are dead or missing.
Core Features & Use Cases
- Legal Page Publishing: Renders
.planning/legal/privacy.md and terms.md into hosted pages via git static sites, WordPress REST API, Netlify/S3 CLIs, or a browser-driven CMS fallback.
- ASC URL Automation: PATCHes
privacyPolicyUrl on appInfoLocalizations and supportUrl/marketingUrl on appStoreVersionLocalizations through the App Store Connect REST API with a dry-run → confirm → apply flow.
- Nutrition Label Handoff: Prints an exact App Privacy checklist matching
PrivacyInfo.xcprivacy for the manual ASC step Apple exposes no API for.
- Use Case: Before submitting an app update, run this Skill to push your drafted privacy policy live, verify both URLs return HTTP 200, and set them on the current App Store version in one guided pass.
Quick Start
Publish my drafted privacy policy and terms pages, then set the Privacy Policy and Support URLs on my app's current App Store Connect version.