Hacker News new | ask | show | jobs
by logifail 75 days ago
"If the user chooses to opt-in and grants location-tracking permission, the app is then, and only then, able to track the user's location?"
2 comments

You would be lying if you wrote that because you do not know if that is true.
But that's not true; it could easily fallback to other forms of geolocation like using the current IP.
That would allow you to see the local network IP (not actually sure you even get that, tbh). To get more detailed information about IP configuration, you need Location permission. Been there, done that. Most Android network information calls provide degraded information if you have not been granted Location permissions.
If an app can make an HTTP request, the app can know the user's public IP address and the geolocation derived from that.

This data has well-known limitations, but I think it is the fallback people are talking about here.

Good lord. So could literally any app on the planet