TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How does the iOS Lyft app detect that I landed at the airport?

6 点作者 stpn大约 1 个月前
I have location services turned off while I’m not using the app and background app refresh turned off in iOS, but somehow Lyft still knows I’m at the airport and serves me a push notification ad.<p>I want to turn this off but I can’t think of how this is happening in the first place.

5 条评论

galaxy_gas大约 1 个月前
Can register geofenced notifications via <a href="https:&#x2F;&#x2F;developer.apple.com&#x2F;documentation&#x2F;usernotifications&#x2F;unlocationnotificationtrigger" rel="nofollow">https:&#x2F;&#x2F;developer.apple.com&#x2F;documentation&#x2F;usernotifications&#x2F;...</a> in advance , The app is not informed (if don&#x27;t tapping it) and it is triggered by the OS.
bhaney大约 1 个月前
I think it&#x27;s less likely to be technical chicanery (special bluetooth beacons, wifi SSID scanning, etc) and more likely that your airline just partners with Lyft and directly hands them passenger information.
评论 #43688147 未加载
daemonologist大约 1 个月前
Change in IP location? If you suddenly jump across the country but your traffic is still coming from a cell provider (so unlikely to be a VPN) Lyft could infer that you&#x27;ve flown, and to which airport.<p>Alternatively maybe barometer? All modern iPhones have one, but I don&#x27;t know if apps are allowed to access it in the background (or without location services), and it wouldn&#x27;t let Lyft tell <i>which</i> airport you were at.
NoPicklez大约 1 个月前
People have asked this question before and there are a multitude of different potential ways. Supposedly Lyft can sync or calendar and in some cases was being sync&#x27;d automatically, perhaps it knew from that?<p>The app might pull accelerometer data in a way that suggests you just landed or were on a plane? Could it be that the cell towers in that area are known to be based at the airport?
jordann大约 1 个月前
Your calendar can get automatically updated from your emails; I imagine Lyft can likely access your calendar.