// Betnation is an offline habit and to-do tracker — you set the routines that matter, check in each day, and watch your streaks and summit ring build up.
[01] Information collected // inputs
None. There is no account, no sign-in and no analytics, so there is no channel through which Betnation could collect anything about you. It never asks for your name, email address, phone number or contacts. The display name and avatar you can set are labels for your own screen — they are written to local storage and never transmitted.
[02] Local storage // on-device
Kept in OS-level local storage on your device, never uploaded:
- Your habits — name, icon, colour, category and weekday schedule.
- Every check-in you make, and the completion history built from them.
- Your streaks, per-habit completion rates and the summit badges you have earned.
- Your profile display name and chosen avatar.
- App preferences: start-of-week, reduce-motion, and whether archived habits are shown.
Uninstalling the app deletes every byte.
[03] Permissions // runtime
None. The release Android manifest requests no runtime permissions and the iOS Info.plist declares none. Betnation cannot reach your camera, microphone, location, contacts, photos or files, it does not ask for notification permission, and it holds no network access.
[04] Network // egress
Zero egress. The app contains no networking code — no HTTP client, no sockets, no cloud database, no backend. Its habit library ships compiled into the binary, so it behaves identically in airplane mode as it does on Wi-Fi.
[05] Third parties // vendors
None. There is no analytics SDK, no advertising or attribution library, no crash reporter, and no in-app purchase or billing integration. Storage is a local SQLite database plus a preferences file, both on your device. The one external touchpoint is your operating system's own share sheet: if you tap Share, Betnation hands a short line of text to whichever app you pick, and that app's privacy policy takes over from there. None of your habit data is included.
[06] Children // coppa/gdpr-k
Betnation collects no data from anyone, children included. Because nothing is gathered or transmitted, it presents no data-privacy risk under COPPA (under 13) or GDPR-K (under 16). It contains no advertising, no purchases and no links out to unmoderated content.
[07] Your rights // you
Everything the app knows already sits on your device, under your control. Delete a habit to remove its history, or uninstall Betnation to erase the database and preferences permanently. There is no server-side copy to request, export or delete, because none was ever made.
[08] Changes // changelog
If this policy changes, the updated field at the top of this page will be revised. Material changes are also noted in the app's release notes.