5

Do you know if is possibile to get the uuid, the result of [[UIDevice currentDevice] uniqueIdentifier], using a web app ? I need to access from iphone/ipad a web page using safari (and not UIwebview under application control) and I should identify the device using its UUID.

For example I would like to send an email Message to a user containing a link. When the receiver opens the link from its device I should autenticate him/her through UUID ?

Any suggestion ? Thanks

Dario

Fulkron
  • 1,013
  • 2
  • 14
  • 22

1 Answers1

5

No this isn't possible as far as I'm aware.

Jasarien
  • 58,279
  • 31
  • 157
  • 188
  • You can, if you get user to install a [.mobileconfig profile][1] inside safari. [http://stackoverflow.com/questions/5781314/getting-a-device-udid-from-mobileconfig] – dklt May 20 '12 at 16:11