PickWin does not collect, transmit, or share any personal information. There are no accounts, no analytics, no advertising and no servers.
PickWin is an offline sliding-tile puzzle game in which you nudge carved bark tiles through a single open notch to rebuild firefly mosaics across sixty hand-built glades. The pages that follow describe, in plain language, what the app does and does not do with the things you type into it.
None. PickWin has no sign-up, no login, no contact form, and no field anywhere in the app that asks for personal information. The one thing you can type is a display name on the Record screen; it is a label for your own progress, it defaults to “Grove Keeper”, it never leaves your device, and you can change it whenever you like.
For the app to work, the following is kept in the operating system's local storage, on your phone, and nowhere else:
None of it is uploaded. Uninstalling the app removes every byte.
PickWin requests no runtime permissions. It never asks for the camera, microphone, location, contacts, photos, storage or notifications, and no permission prompt appears anywhere in the app. The Android manifest does declare android.permission.INTERNET, which is a standard entry in the Flutter project template — but it is unused: the app contains no HTTP client, no sockets and no third-party SDK that could open a connection. It is mentioned here for completeness rather than because anything is done with it.
Nothing. PickWin is fully offline: it makes no network requests, contacts no servers, and has no API endpoints, remote configuration, crash reporting or telemetry. The game behaves identically in airplane mode.
Nobody. No analytics SDK, no advertising network, no crash reporter, no attribution SDK, no social login and no payment or in-app-purchase provider is integrated. Beyond the Flutter framework itself, the app depends only on local-storage and state-management libraries (hive, hive_flutter, shared_preferences, provider), none of which transmit anything off the device.
PickWin is suitable for all ages. Because it collects no personal information from anyone, it collects none from children under 13 (COPPA) or under 16 (GDPR-K). There is no chat, no user-generated content shared with others, no advertising, and no purchase flow — Motes are earned by playing and cannot be bought with real money.
Everything the game records is visible to you inside the app, on the Record, Awards and Mosaic Gallery screens, and your display name and grove sigil can be changed at any time. To erase it all, uninstall PickWin; on Android you can also use Settings → Apps → PickWin → Storage → Clear data to reset the game without uninstalling. Deletion is permanent and there is no cloud save to restore from — and because nothing is ever transmitted, there is no server-side copy for us to produce, correct or erase on request.
If anything in this policy changes, the date at the top of the page will be revised, and material changes will appear in the app's release notes.