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

时间:2021-11-18 11:33:35

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

我有一个网站,我想打开它给我们的一些公司IPhone用户,但没有他们的干预:

  • I enter their IPhone "serial #" into our webapp
  • 我将他们的iPhone“serial#”输入我们的webapp

  • When they connect to the webapp, if their "serial #" is recognised they can pass, otherwise, access denied.
  • 当他们连接到webapp时,如果他们的“serial#”被识别,他们可以通过,否则,访问被拒绝。

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.

我已经考虑过一个带有唯一链接的SMS,它会放置一个cookie。如果cookie存在,他们可以进入。但是如果他们删除了cookie,他们需要打电话给我们以获得一个新的唯一链接。

1 个解决方案

#1


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

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

#1


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

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