What problem does it solve?
This Skill centralizes the management of iOS privacy manifests, permission flows (calendar and Siri), and data protection for the planner app. It ensures on-device processing, clear onboarding, and compliance with App Store privacy requirements.
Core Features & Use Cases
- Privacy Manifesting: Generates and maintains the PrivacyInfo.xcprivacy manifest and privacy keys in Info.plist for calendar and Siri usage descriptions.
- Progressive Onboarding: Guides users through step-by-step permission prompts (calendar access, Siri access) with explanations before each request.
- Data Protection & Compliance: Enforces on-device data handling via SwiftData, avoids data exfiltration, and aligns with App Store privacy labeling.
Quick Start
- Onboard the planner app's privacy by configuring calendar and Siri permissions using the progressive flow described in this Skill.
- Review and implement Privacy Manifest (PrivacyInfo.xcprivacy) and Info.plist keys to declare data access.
- Ensure on-device processing and data protection as specified; no data leaves the device.