Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Read IPhone or iPad UUID using web application

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

like image 519
Fulkron Avatar asked Aug 06 '10 15:08

Fulkron


1 Answers

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

like image 168
Jasarien Avatar answered Sep 28 '22 05:09

Jasarien