移动Web应用程序可以获取Android设备识别信息吗?
在最近的一次活动中,一位为美国顶级移动运营商工作的开发人员告诉我,“HTML5 Web 应用程序可以在其运行的任何 Android 设备上获取唯一的设备识别信息。”该评论是关于手机中的 Web 原生应用程序,而不是在 Java 应用程序的 WebView 内运行的 HTML5。
这怎么能做到呢?不幸的是,我无法联系开发商询问。
至少,我认为以下任何一项都可以唯一标识设备:ANDROID_ID、电话号码和 IMEI(对于 GSM)或 MEID/ESN(对于 CDMA)。可能还有我不熟悉的其他类型的标识符。
At a recent event a developer working for one of the top US mobile operators told me that "an HTML5 Web app can obtain unique device identification information on any Android device it runs in." The comment was about Web-native apps in cell phones, not HTML5 running inside a WebView in a Java app.
How can this be done? Unfortunately, I don't have access to the developer to ask.
At a minimum, I would consider any of the following to be uniquely identifying the device: ANDROID_ID, phone number and IMEI for GSM or MEID/ESN for CDMA. There may be other types of identifiers I'm not familiar with.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您无法从浏览器获取这些详细信息。如果可以的话我会很担心!
您可以使用 cookie 来唯一地识别用户,但无法识别他们的个人身份。即使如此,cookies 也可以被清除。
You can't get those details from the browser. I'd be concerned if you could!
You could use cookies to uniquely identify a user, but there's no way to personally identify them. Even then cookies can be cleared.