如何使用浏览器获取唯一的Android设备标识符?
我可以使用什么作为 Android 设备的不变唯一标识符,可以通过浏览器访问?
What i can use as an unchanging unique identifier for android devices, accessible through a browser?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用浏览器的用户代理,尽管它可以由用户更改,所以它并不是真正不变的。
否则,如果您的代码背后有一个本机 Android 应用程序,则有一些类可以获取有关手机的特定数据(制造商、ID...)
You could use the useragent of the browser, though it can be changed by the user, so it's not really unchanging.
Otherwise, if you have a native Android app behind your code, there are some classes to get specific data about the phone (Manufacturer, Id, ...)