Pink Bind · Last updated 2026-06-07
Privacy Policy
Short version
Pink Bind lets you type a thought. The app uses Apple's on-device NaturalLanguage framework — NLTagger for named-entity recognition (persons, places, organizations) and NLEmbedding for a semantic vector — to tag the thought and bind it to related entries. The text, the entity tags, and the embedding vector all stay on your device. 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 Bind 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 — Pink Bind is a text-only app.
- No Photos library access.
- No location, no contacts, no calendar.
- No HealthKit, no Health data.
On-device language processing (NaturalLanguage framework)
When you save a thought, Pink Bind runs two Apple NaturalLanguage operations on-device:
NLTaggerwith the.nameTypescheme to identify named entities in your text (persons, places, organizations). The recognized spans become entity tags stored alongside the thought.NLEmbeddingto compute a fixed-length semantic vector for the thought. The vector is what lets the app surface other thoughts that touch the same ideas, without having to match exact words.
Both operations run entirely on your iPhone's CPU and Neural Engine. Your text is never sent to a server, never shared with another app, and never used to train a model.
What stays on your device
- Your bind entries: the text you typed, the list of entity tags
NLTaggerreturned, the semantic embedding vectorNLEmbeddingproduced, and the created-at timestamp. Stored in on-device SwiftData. - The date the app was first launched (used to time the free window and gate the Pro upsell). Stored in
UserDefaults. - Whether the intro flow has been acknowledged.
All of the above lives on your device and never leaves it. Uninstalling the app deletes every saved thought, every entity tag, and every embedding.
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 Bind 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 Bind 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 Bind does not collect data, there is nothing for us to export, correct, or delete on your behalf. To remove all on-device state, 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 or sharing), this page will be updated and the “Last updated” date at the top will change. For v1.0, no such feature exists.