Read UDID from Iphone with javascript on mobile safari
How can I Read UDID from Ipho开发者_如何学Pythonne with javascript on mobile safari?
Update 2:
Since the site below is dead already, this discussion thread in apple.com's forum has the diagnosis and source code on how did that site retrieve the UDID thru mobileconfig.
https://discussions.apple.com/thread/3089948?start=0&tstart=0
Update: the site mentioned in this answer is no longer on-line; it's now just a placeholder full of ads. Leaving original message below for reference.
Open http://whatismyudid.com/ in your iOS device
it is possible through mobileconfig (Over-the-Air Profile Delivery and Configuration)
http://whatismyudid.com/device/start <- download their mobileconfig and take a look
It's not possible, and it never will be, unless the user explicitly installs policy configurations.
I know it's an old post, but I just want to share an implementation of @powerj1984's solution in php and ready to use that I found here :
https://github.com/hunk/get-UDID
It worked for me.
As I said it's an implementation, refer to @powerj1984's solution for detailed explanation.
Hope it will helps someone.
精彩评论