Pink Forge · Last updated 2026-06-07
Privacy Policy
Short version
Pink Forge lets you compose a small 3D scene by placing SceneKit primitives — cubes, spheres, cones, cylinders, and planes — on a stage you can rotate and zoom. When you save a forge, the serialized SCNScene and a 512px thumbnail are written to 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 Forge 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 Forge composes scenes from built-in geometric primitives; it never opens the camera and never records audio.
- No Photos library access.
- No location, no contacts, no calendar.
- No HealthKit, no Health data.
On-device 3D composition (SceneKit)
The 3D stage is rendered by Apple's SceneKit. The primitives you place (SCNBox, SCNSphere, SCNCone, SCNCylinder, SCNPlane) live in an in-memory SCNScene that the app drives in response to your taps and drags. Pink Forge does not use ARKit, RealityKit, the front or back camera, or any world-tracking pipeline. Everything is a pure on-device render.
What stays on your device
- Your forge entries: the serialized SceneKit scene data (Apple's standard
NSKeyedArchiverbinary encoding ofSCNScene) and a 512px PNG thumbnail rendered from the default camera angle. Stored in on-device SwiftData with the scene data and thumbnail held as external storage. - 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 forge.
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 Forge 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 Forge 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 Forge 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.