Read IPhone or iPad UUID using web application

天大地大妈咪最大 提交于 2019-12-21 17:31:02

问题


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


回答1:


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



来源:https://stackoverflow.com/questions/3425050/read-iphone-or-ipad-uuid-using-web-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!