Pink Roam · Last updated 2026-06-06
Privacy Policy
Short version
Pink Roam is a per-vehicle mileage and cost journal. It stores the vehicles you add (name, optional photo, optional purchase price) and the trip entries you type in (miles, optional cost, optional note). Everything lives on your device in SwiftData. The app does NOT use Core Location, GPS, CarPlay, or any background telemetry — every mile is typed in by you, by hand. There are no accounts, no analytics, and no third-party SDKs that contact a server. 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 Roam is published by Danielius Studio LLC, a Wyoming limited liability company at 30 N Gould St, Suite #5280, Sheridan, WY 82801, USA (“we”, “us”).
Data we do NOT collect
- No account, no email, no password — the app has no signup.
- No analytics, no telemetry, no event tracking.
- No advertising identifiers (no IDFA, no fingerprinting).
- No usage data sent off the device.
- No Core Location, no GPS, no background location. The app does not request location permissions at all.
- No CarPlay integration and no vehicle-bus (OBD-II, Bluetooth ELM327) connections.
- No background services, no silent push, no Significant Location Changes.
- No microphone, no contacts, no calendar, no HealthKit.
- No on-device LLM, no Apple Intelligence, no remote AI calls.
Permissions the app uses
- Photo Library (optional) — if you tap “Add photo” on a vehicle, iOS shows its standard photo picker. The image you pick is stored as SwiftData external storage on your device and is never uploaded. Declared in
Info.plistasNSPhotoLibraryUsageDescription. You can skip this and use the app normally.
The app requests no other iOS permissions. In particular, it does not request location, motion, microphone, contacts, or notifications.
What stays on your device
- Vehicles — name, optional purchase price (
baseCostCents), and optional photo (photoData, external SwiftData blob). - Trip entries — date, miles, optional trip cost (
tripCostCents), optional note, and a relationship to the vehicle the trip belongs to. - The date the app was first launched (used to time the three-day no-strings free window). Stored in
UserDefaults. - Whether the day-three gift screen has been acknowledged.
All of the above lives on your device and never leaves it. Uninstalling the app deletes it.
Free vs Pro
On the free tier, Pink Roam supports one vehicle with the last seven days of trip history visible. Pro unlocks unlimited vehicles, the full one-year trip history, a year-end cost-per-mile PDF export, and the Lock Screen widget. Pro does not change what data the app stores or transmits; it changes only how much is visible and which features are available.
In-app purchases
If you choose to subscribe (Monthly, Annual) or buy the Lifetime unlock, that transaction is handled by Apple's StoreKit. Apple processes the payment and shares only the receipt with the app so we can verify your entitlement. We never see your card number, billing address, or any personal information beyond Apple's opaque transaction identifier.
Subscription receipts are stored on-device by iOS and used to validate your entitlement when you re-open the app. They are not sent to any server we operate.
Family Sharing
Pink Roam Pro purchases (Monthly, Annual, Lifetime) are Family-Shareable through Apple's standard Family Sharing mechanism. Apple handles eligibility checks; we do not see who is in your family group.
Children
Pink Roam 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 Roam does not collect data, there is nothing for us to export, correct, or delete on your behalf. To revoke all access and remove all on-device state, simply delete the app.
For questions, write to dchalikovasss@gmail.com.
Changes
If we ever introduce a feature that involves any data leaving the device (for example, cloud sync), this page will be updated and the “Last updated” date at the top will change. For v1.0, no such feature exists.