We Do Not Track Your Location
I'm Alive is the opposite of always-on tracking. Your location is captured only during an active emergency, shown only to the contact you named, then deleted 72 hours after the incident resolves. This page explains exactly what that means — and what it doesn't.
Family Plus users carry no background location service. Zero coordinates enter our database outside an active escalation — verified in the open source code of the imalive-capture-location edge function.
The Challenge
Most 'family safety' apps run always-on tracking by default, which surveils the person they are meant to protect
Always-on location data is a liability — breached apps have exposed precise movement histories of millions of people
Children, elderly parents, and partners often resent the constant-tracking model and disable it, leaving them less safe than before
How I'm Alive Helps
One-shot capture: the location fetch happens exactly once per escalation stage, triggered by a missed check-in that your named contact has been notified about
Coarse precision: coordinates are stored at four decimal places (~11 meters at the equator), enough to help a contact find the right block but not the exact room
72-hour auto-delete: a daily purge wipes the encrypted coordinates 72 hours after the incident resolves — the column is overwritten to NULL, not archived
Encrypted at rest: every stored coordinate is column-encrypted with pgcrypto + a per-environment Supabase Vault key; only the service role can decrypt, and only at the moment it renders to the contact
What 'not tracking' actually means in code
What your emergency contact sees, and when
The one place we do collect is approximate country, and why
Get safety tips delivered to your inbox
Frequently Asked Questions
Does I'm Alive track my location in the background?
No. There is no background-location permission in the app. The phone is never asked for coordinates outside of a silent push that arrives during an active emergency escalation your contact already knows about. The Apple and Google permission strings we request are the foreground-only versions; the always-on variants are deliberately not in our manifest.
What exactly gets stored when a capture happens?
Four columns encrypted at rest: approximate latitude (4-decimal precision), approximate longitude (same), a reverse-geocoded neighborhood name your phone generated locally, and a short accuracy value in meters. The encryption uses pgcrypto with a key stored in Supabase Vault. Only our service role can decrypt; the decryption happens at the moment we render the contact page, and the decrypted value is never logged.
Can I turn emergency location off completely?
Yes. Decline the iOS or Android location permission when the intro modal appears, or revoke it later in system settings. Family Plus continues to work — the voice-agent call, the contact notifications, the escalation schedule — you just do not add a location snapshot to the contact's view.
How is this different from an 'always-on' app with a panic button?
Always-on apps collect coordinates every few minutes or continuously, then keep them indefinitely. We collect one coordinate per escalation stage (at most two per incident), only during an active emergency, and delete it 72 hours later. The total coordinate-minutes of your life on our servers over a year with no emergencies is exactly zero.
What happens to the location data if I cancel Family Plus?
Any live snapshots for incidents that are still active at cancellation remain visible to the contact until the incident resolves, then enter the 72-hour purge like any other. No new captures can occur — the capture endpoint rejects requests from non-entitled users with a 403.
Get Started in 2 Minutes
Download I'm Alive today and give yourself and your loved ones peace of mind. It's completely free.
Free forever • No credit card required • iOS & Android