Pink Whisk · Last updated 2026-06-05
Privacy Policy
Short version
Pink Whisk does not collect, store, or transmit any personal data. Your meal entries and the photos you attach all stay on your device. The app has no accounts, no analytics, no third-party SDKs that contact a server, and does NOT request photo library access. The only network calls the app makes are to Apple's StoreKit when you choose to subscribe or unlock the Lifetime tier.
Who we are
Pink Whisk is published by Danielius Studio LLC, a Wyoming limited liability company at 30 N Gould St, Suite #5280, Sheridan, WY 82801, USA (“we”, “us”).
Photo picker (Apple PHPickerViewController)
Pink Whisk uses Apple's modern photo picker (PHPickerViewController, surfaced in SwiftUI as PhotosPicker). This picker is rendered by iOS, not by the app. Because of this, Pink Whisk does NOT request photo library access at all — there is no “Allow Access to All Photos” prompt, and there is no Limited Photos selection.
Pink Whisk never enumerates your photo library, never reads photo metadata in bulk, and never bulk-accesses any image. The only photo data that ever reaches the app is the single image you explicitly tap on inside the picker. iOS hands that one photo to the app and nothing else.
Once you tap a photo, the app re-compresses it to JPEG at roughly 0.7 quality and saves it into on-device SwiftData using @Attribute(.externalStorage). The image never leaves your device.
Data we do NOT collect
- No account, no email, no password.
- No analytics, no telemetry, no event tracking.
- No advertising identifiers (no IDFA, no fingerprinting).
- No usage data sent off the device.
- No HealthKit data, no nutrition data, no macros.
- No microphone, no live camera capture, no location, no contacts, no calendar.
- No photo library access (see the picker section above).
- No servers, no accounts of any kind.
What stays on your device
- Per meal entry: the meal-type key (breakfast, lunch, dinner, snack), the timestamp, the optional one-line memo, and the JPEG attachment you picked. Stored in on-device SwiftData.
- The date the app was first launched and the count of meal entries you have logged (used to gate the three-entry free window). Stored in
UserDefaults.
In-app purchases
If you subscribe (Monthly, Annual) or buy the Lifetime unlock, that transaction is handled by Apple's StoreKit. Apple shares only the receipt with the app so we can verify your entitlement. We never see your card number or billing address.
Family Sharing
Pink Whisk Pro purchases are Family-Shareable through Apple's standard Family Sharing mechanism. Apple handles eligibility checks.
Children
Pink Whisk is rated 4+ in the App Store. Because the app collects no data at all, it complies with COPPA and similar children's-privacy regulations by design.
Your rights
Because Pink Whisk does not collect data, there is nothing for us to export, correct, or delete. To remove all on-device state, delete the app.
For questions, write to privacy@danielius.studio.
Changes
If we ever introduce a feature that involves any data leaving the device, this page will be updated.