在 Web 应用程序上唯一标识 iPhone
我有一个网站,我想向我们的一些企业 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看一下 UIDevice 类的 uniqueIdentifier 属性。 这可能是你最好的一次尝试。
Take a look at the uniqueIdentifier property on the UIDevice class. It's probably your best shot.