我可以使用 js Web 应用程序通过 Safari 检索 ipad 唯一设备标识符吗?

发布于 2024-09-24 01:53:59 字数 286 浏览 4 评论 0原文

我们有一个在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

怀念你的温柔 2024-10-01 01:53:59

我认为这是一个非常糟糕的主意。

相反,为什么不像其他人一样,将您自己生成的 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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文