Pink Pose · Last updated 2026-06-07
Privacy Policy
Short version
Pink Pose lets you record a single 2.5-second selfie video once a day. The Vision framework's VNDetectHumanBodyPoseRequest runs on-device on the middle frame to extract 19 skeletal joint positions. A skeleton silhouette is rendered in the app's accent color, and only the joint coordinates and the silhouette PNG are saved. The video file and the original image frame are discarded as soon as pose extraction finishes. 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 Pose 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 persistent video, no persistent photo. The 2.5-second recording is held in memory just long enough to extract one frame and run pose detection, then deleted.
- No face data. Vision's body-pose request returns skeletal joint coordinates only; Pink Pose does not run face detection, face landmark, or face-tracking requests.
- No microphone audio is recorded.
- No photo library access.
- No location, no contacts, no calendar.
- No HealthKit, no Health data.
Camera permission
Pink Pose requests Camera access (the NSCameraUsageDescription permission) only for the 2.5-second pose capture. The capture session uses the front camera, video only, with audio explicitly disabled. The resulting clip is written to a temporary file, processed by Vision, and then deleted before the entry is saved.
Pink Pose does NOT enable a live camera preview outside of the capture flow, does NOT take still photos, and does NOT stream video anywhere.
What stays on your device
- Your pose entries (the 19 joint coordinates as JSON, the rendered silhouette PNG, an optional one-line note, and the created-at timestamp). Stored in on-device SwiftData with the silhouette PNG held as external storage.
- 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.
What is NOT stored: the 2.5-second video file, the still frame Vision analyzed, any other camera buffers, or any audio. All temporary capture artifacts are deleted before the entry hits SwiftData.
All of the above lives on your device and never leaves it. Uninstalling the app deletes everything Pink Pose has stored.
On-device pose detection (Vision framework)
Skeletal joint extraction is performed by Apple's Vision framework, specifically VNDetectHumanBodyPoseRequest. The request executes entirely on-device. A single frame from the middle of the 2.5-second clip is passed to the request in-process and never leaves the device. The result is a set of normalized x/y coordinates for 19 body joints.
Pink Pose does NOT use any face-detection, face-landmark, or face-tracking Vision request, does NOT use Apple Intelligence or any language model, and does NOT use any third-party machine-vision service.
Lock Screen widget
Pink Pose Pro includes a Lock Screen widget that shows today's pose count or a small silhouette from the most recent entry. The widget reads only the count, the timestamp, and (for the rendered variant) the silhouette PNG from an App Group container on your device. Nothing is sent off the device for the widget to function.
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 Pose 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 Pose 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 Pose does not collect data, there is nothing for us to export, correct, or delete on your behalf. To revoke Camera permission, use iOS Settings → Privacy & Security → Camera. 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.