How can I Read UDID from Iphone with javascript on mobile safari?
-
possible duplicate of [get iphone ID in web app](http://stackoverflow.com/questions/1968323/get-iphone-id-in-web-app) – Can Berk Güder Jul 03 '10 at 11:05
3 Answers
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

- 1,899
- 16
- 22
-
-
2Sorry about that, updated the answer to point to a relevant source of getting UUID thru mobileconfig. – vk.edward.li Feb 06 '13 at 08:27
It's not possible, and it never will be, unless the user explicitly installs policy configurations.

- 868,454
- 176
- 1,908
- 1,964
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.

- 1,514
- 1
- 17
- 21