What problem does it solve?
Apple App Store Review requires all apps that offer account creation to provide in-app account deletion, and manually implementing a compliant flow with proper cleanup, re-authentication, and data export is time-consuming and prone to missing critical requirements that lead to app rejection.
Core Features & Use Cases
- Compliant Deletion Flow: Generates a multi-step confirmation UI with re-authentication, meeting Apple's in-app deletion requirement effective June 2022.
- Complete Data Cleanup: Automates Keychain credential removal, UserDefaults clearing, file system cleanup, and optional Sign in with Apple token revocation.
- Flexible Configuration: Supports optional user data export, configurable grace periods for deletion scheduling, and server-side deletion request integration.
- Use Case: iOS/macOS developers building apps that need to meet App Store compliance, GDPR right-to-erasure rules, or user privacy requirements for account removal.
Quick Start
Use the account-deletion skill to generate a full Apple-compliant in-app account deletion flow for your Swift iOS or macOS app, including confirmation UI, Keychain cleanup, and optional data export.