Pink Card · Last updated 2026-06-06
Privacy Policy
Short version
Pink Card turns today's weather into a small illustrated postcard. When you tap to generate one, the app asks iOS for a one-shot location, sends that coordinate to Apple's WeatherKit servers for the brief weather lookup, then paints the postcard image with Apple's on-device Image Playground and writes a two-line caption with Apple's on-device Foundation Models. The finished postcard image, caption, and weather summary all stay on your device. The app has no account, no analytics, and no third-party SDK that contacts a server. The only network calls it makes are the WeatherKit lookup at generation time and Apple's StoreKit when you choose to subscribe or unlock the Lifetime tier.
Who we are
Pink Card 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 camera, no microphone, no photo library access.
- No contacts, no calendar, no HealthKit.
- No background location and no passive tracking. The app never reads your location while it is not on screen.
Permissions the app uses
- Location, While Using the App — declared in
NSLocationWhenInUseUsageDescription. Used for a single one-shot fix at the moment you tap to generate a postcard. The coordinate is sent to Apple's WeatherKit to look up today's conditions, then dropped. There is no background location authorization and no “Always” option in the prompt. - WeatherKit entitlement — allows the app to call Apple's WeatherKit framework for the weather lookup described below.
About WeatherKit (the one network call per postcard)
WeatherKit is Apple's weather framework. When you tap to generate a postcard, the app sends the one-shot coordinate obtained from CLLocationManager to Apple's WeatherKit servers and receives today's conditions (temperature, condition code, a short summary). Per Apple's WeatherKit usage terms, the coordinate is used to return weather for that point; Pink Card receives weather data only and does not transmit any identifier, account, or other information about you alongside the request. The coordinate is not retained by the app after the lookup completes.
For Apple's own handling of WeatherKit requests, see Apple's Privacy Policy and WeatherKit terms at apple.com/legal/privacy.
About Apple Intelligence (on-device image and caption)
The postcard image is painted by Apple's on-device Image Playground, accessed through the public framework on iOS 26. The two-line caption is written by Apple's on-device Foundation Models, accessed through LanguageModelSession. Both run locally on your iPhone's Neural Engine. The weather summary received from WeatherKit is passed to these models in-process and never leaves the device. The app does not use Apple's Private Cloud Compute fallback for these features.
Image Playground and Foundation Models are available only on Apple Intelligence-capable devices running iOS 26 (iPhone 15 Pro, iPhone 16, or newer with A17 Pro or later). On older devices, the postcard generation step is unavailable and the app explains this in place of the generate button.
What stays on your device
- Your saved postcards (the PNG image data, the caption text, the short weather summary, and the creation date). Stored as
PostcardEntryrecords in on-device SwiftData; image PNG bytes are kept in SwiftData external storage on local disk. - 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.
In-app purchases
Pink Card is free to generate up to three postcards lifetime. Pro unlocks unlimited postcards, the year wall PDF export, and the Lock Screen widget. 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 Card 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 Card 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 Card 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 beyond the WeatherKit lookup described above (for example, cloud sync or postcard sharing through a server), this page will be updated and the “Last updated” date at the top will change. For v1.0, no such feature exists.