Pink Verse · Last updated 2026-06-06
Privacy Policy
Short version
Pink Verse does not collect, store, or transmit any personal data. When you tap to capture, the app records roughly six seconds of audio through the iPhone microphone, classifies what it hears on-device using Apple's built-in SoundAnalysis classifier, and asks Apple's on-device Foundation Models to write a four-line poem from the top sound tags. The short audio clip, the sound tags, and the generated poem 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 Verse 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 photos. The app does not access the camera.
- No location, no contacts, no calendar. The app does not request any of these iOS permissions.
- No HealthKit, no Health data.
- No cloud sound analysis. The app NEVER uploads audio, sound tags, or poems to Apple, to us, or to any third party. Classification and generation are fully on-device.
Microphone permission
Pink Verse requests microphone access (NSMicrophoneUsageDescription) so the app can record a short ambient clip when you tap the capture button. The microphone is used only during an active capture session you initiate. The app does not listen passively, does not record in the background, and does not start recording on launch.
A typical capture session is approximately six seconds long. You can revoke microphone access at any time in iOS Settings → Privacy & Security → Microphone → Pink Verse. Without microphone access, the capture button is disabled and no poems can be created.
What stays on your device
Each captured moment is saved as a SoundPoemEntry containing:
- poemText — the four-line poem generated on-device from the top sound tags.
- topSoundTags — the highest-confidence sound classifications returned by Apple's SoundAnalysis classifier (for example, “rain”, “keyboard typing”, “laughter”).
- audioFilename — the short audio clip (approximately six seconds) saved to the app's private sandbox. The clip never leaves the device.
- durationSeconds — how long the capture lasted.
- createdAt — the timestamp of the capture.
Entries are stored in on-device SwiftData; audio clips live in the app's sandbox container. All of the above stays on your iPhone and never leaves it. Uninstalling the app deletes every entry and every audio clip.
On-device sound classification (SoundAnalysis)
Pink Verse uses Apple's built-in SoundAnalysis framework with the system version1 classifier, which recognises roughly three hundred everyday sound classes (rain, traffic, dog, kettle, laughter, and so on). Classification runs entirely on-device against the recorded clip. The audio buffer is never uploaded to Apple, to us, or to any third party.
On-device language model (Apple Intelligence)
The poem-writing step uses Apple's on-device Foundation Models, accessed through the public LanguageModelSession API on iOS 26. The model executes on your iPhone's Neural Engine. The top sound tags are passed to the model in-process and never leave the device. The app does not use Apple's Private Cloud Compute fallback for this feature.
Poem generation is available only on Apple Intelligence-capable devices (iPhone 15 Pro, iPhone 16, or newer running iOS 26 or later). On older devices, the app shows a clear in-app notice that the poem step is unavailable.
In-app purchases
Pink Verse is free for three poems lifetime. Pro unlocks unlimited poems, the year poem-book 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 Verse 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 Verse is rated 4+ in the App Store. Because the app collects no data at all and the microphone is used only during a user-initiated short capture, it complies with COPPA and similar children's-privacy regulations by design.
Your rights
Because Pink Verse 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, including every saved audio clip, 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 backup of poems or audio), this page will be updated and the “Last updated” date at the top will change. For v1.0, no such feature exists.