在 Web 应用程序上唯一标识 iPhone

发布于 2024-07-16 08:18:58 字数 273 浏览 5 评论 0原文

我有一个网站,我想向我们的一些企业 iPhone 用户打开它,但无需他们的干预:

  • 我将他们的 iPhone“序列号”输入到我们的 web 应用程序中
  • 当他们连接到 web 应用程序时,如果他们的“序列号”被识别他们可以通过,否则访问被拒绝。

有这样的“序列号”吗?

我考虑过使用带有唯一链接的短信来放置 cookie。 如果 cookie 存在,他们就可以进入。但如果他们删除 cookie,他们需要致电我们以获得新的唯一链接。

I have a website and I would like to open it to some of our corporate IPhone users, but without their intervention :

  • I enter their IPhone "serial #" into our webapp
  • When they connect to the webapp, if their "serial #" is recognised they can pass, otherwise, access denied.

Is there such a "serial #" ?

I've thought about a SMS with a unique link that will place a cookie. If the cookie is present, they can get in. But if they delete the cookie, they need to call us to get a new unique link.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

撕心裂肺的伤痛 2024-07-23 08:18:58

看一下 UIDevice 类的 uniqueIdentifier 属性。 这可能是你最好的一次尝试。

Take a look at the uniqueIdentifier property on the UIDevice class. It's probably your best shot.

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