BlockVerse Privacy Policy
This page is ready to publish from the repository's docs/ folder. It mirrors the store-assets policy and can be used as the public GitHub Pages landing page.
What data the app stores on your device
BlockVerse stores small pieces of information locally on your device, using standard on-device storage (AsyncStorage):
- Your current high score
- Your sound on/off preference
- Your Reminders (notifications) on/off preference
None of this is transmitted anywhere by default — the core game makes no network requests at all.
Reminders (optional push notifications)
BlockVerse has an optional "Reminders" setting (off by default) in Settings. If you turn it on:
- The app asks your device for notification permission.
- It schedules a local, on-device reminder if you leave the app idle in the background.
- It also registers your device for push notifications through Apple's and Google's standard push services via Expo's push notification infrastructure.
Turning Reminders off at any time cancels any scheduled reminder and stops this registration from being used.
What data the app does not collect
- No personal information (name, email, phone number, etc.)
- No location data
- No device identifiers used for advertising or cross-app tracking
- No analytics or usage tracking of any kind
- No advertising SDKs
- No crash/error reporting services
- No camera, microphone, or contacts access
Permissions the app requests
BlockVerse requests audio playback permission to play sound effects, and notification permission only if you enable Reminders. It does not request microphone, camera, location, storage, or contacts permissions.
Children's privacy
BlockVerse does not knowingly collect any information from anyone, including children. Since the app has no data collection, no accounts, and no ads, it contains nothing that would identify or track a child user.
Changes to this policy
If a future update to BlockVerse adds functionality that changes how data is handled, this policy will be updated first and the "Last updated" date above will change accordingly.
Contact
Questions about this policy can be sent to: REPLACE_WITH_YOUR_SUPPORT_EMAIL