What problem does it solve?
Mobile and desktop apps must collect, record, and respect user privacy choices across jurisdictions while avoiding App Store rejection and legal risk. This Skill eliminates the complexity of designing, persisting, auditing, and integrating consent decisions so developers can ship compliant, user-respectful privacy flows quickly.
Core Features & Use Cases
- Granular category-based consent: Create enums and per-category decisions (essential, analytics, marketing, personalization, functional) with human-readable explanations.
- Persistence and audit trail: Persist decisions, export JSON audit logs for DSARs, and prune or retain entries according to retention policies.
- ATT integration and platform guidance: Bridge App Tracking Transparency on iOS, detect missing Info.plist keys, and provide UX patterns that avoid dark patterns and App Store issues.
- Use Case: Add a first-launch consent banner, a detailed preferences screen in Settings, and an audit export endpoint so your app complies with GDPR, CCPA, and DPDP.
Quick Start
Generate a production-ready consent flow with granular categories, UserDefaults persistence, audit logging, and ATT integration for an iOS app.