3

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.

mathieu
  • 30,974
  • 4
  • 64
  • 90

1 Answers1

0

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

Lounges
  • 4,674
  • 5
  • 32
  • 43