Effective Date: April 25, 2026 Last Updated: April 25, 2026
Kabaub-ID ("the App," "we," "our") is a secure, on-device digital document vault for iPhone. It allows you to store scanned images and metadata of personal identity documents — passports, national IDs, driver licenses, visas, and similar certificates — privately on your device.
Our fundamental commitment: We do not collect, transmit, sell, or share any of your personal data. Everything you store in Kabaub-ID stays exclusively on your iPhone.
All data created in Kabaub-ID is written to your device’s sandboxed storage. No copy is ever sent to a server, cloud service, or third party.
Stored in a SwiftData database inside the app’s private container:
| Field | Purpose |
|---|---|
| Document title | The name you give a document (e.g., “My Passport”) |
| Document type | Category you select (Passport, National ID, Visa, etc.) |
| Expiration date | Used to schedule local expiry reminders |
| Date added | Internal timestamp |
| Favourite flag | Your personal organisation preference |
Scanned or imported images are saved as JPEG files inside:
<App Sandbox>/Documents/DocumentImages/<UUID>-<index>.jpg
Images are compressed at 85% quality and written atomically. They never leave the sandbox unless you explicitly choose to save a copy to your own Photos library using the in-app button.
Stored in UserDefaults (on-device, no sync):
| Key | Value stored |
|---|---|
| settings.appearanceMode | Light / Dark / System |
| settings.notificationsEnabled | Whether expiry alerts are on |
| settings.authenticationEnabled | Whether Face ID lock is on |
| hasSeenOnboarding | Whether onboarding has been completed |
These are UI preferences with no personal identification value.