Subkeep ("the app") is an iOS subscription tracker built by Zhang Jiahao ("we"). This is the simplest privacy policy we could write that is also true: Subkeep does not collect any personal data.
Everything you enter into Subkeep — the subscriptions you track, your reminder preferences, your App Lock setting, your base currency — is stored locally on your iPhone using Apple's SwiftData framework. If you enable iCloud sync (Pro+ feature, off by default), a copy is also stored in your own private iCloud database, end-to-end encrypted by Apple. Subkeep itself never has a copy.
Subkeep does not request HealthKit, Location, Contacts, Calendar, Microphone, Speech recognition, or motion data.
When you import a Gmail .mbox file, Subkeep reads it from the URL you supplied (via the iOS file picker), parses it with a regex pipeline inside the app's sandbox, and extracts subscription candidates. The .mbox file's contents are never transmitted off the device. Subkeep does not retain the raw email bodies after the parse — only the extracted subscription records you confirm.
The complete set of network calls Subkeep makes at runtime is:
UIApplication.open(_:) to a provider's cancellation page in Safari — only when you tap "Open cancellation page" on a subscription detail screen.There is no other network surface. No analytics ping. No update check. No remote configuration. No telemetry.
Subkeep is rated 4+ and does not knowingly collect personal data from anyone — including children — because it does not collect personal data at all.
If we ever change anything that affects what data the app handles, we will update this page and bump the app's version number. Material changes will be summarised in the "What's New" section of the App Store listing.
Questions, concerns, or audit requests: jasperabundant@gmail.com.