我可以使用 js Web 应用程序通过 Safari 检索 ipad 唯一设备标识符吗?
我们有一个在 Windows Server 上运行的应用程序,并且可以通过 iPad 从 Safari 访问。 Web 部分是用 javascript 编写的。
我们希望将用户首选项存储在服务器中,但缺少可以通过 Web 代码从 ipad 设备检索的标识号,以便将不同 ipad 的设置存储在不同的文件夹下。我们还没有实现用户配置文件。
我一直在阅读有关 UDID 的内容,但没有找到使用 JavaScript 检索此号码的方法。是否可以?我们是否可以使用任何其他设备编号或 ID 类型来实现此目的?
谢谢你!
We have an application running on a Windows Server and being accessed by IPads from Safari. The web part is written in javascript.
We would like to store user preferences in the server, but are lacking an identifying number that we can retrieve from the ipad device through our web code, so as to store different ipad's settings under different folders. We have still not implemented user profiles.
I've been doing some reading about the UDID and haven't found a way to retrieve this number with javascript. Is it possible? Is there any other device number or kind of ID that we could use for this purpose?
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为这是一个非常糟糕的主意。
相反,为什么不像其他人一样,将您自己生成的 ID 存储在几乎永不过期的 cookie 中呢?
I would think this is a very bad idea(tm).
Instead, why not just do what everyone else does and store your own generated ID in a cookie that pretty much never expires?