10

How can I Read UDID from Iphone with javascript on mobile safari?

onur taskin
  • 929
  • 1
  • 14
  • 33

3 Answers3

27

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

vk.edward.li
  • 1,899
  • 16
  • 22
7

It's not possible, and it never will be, unless the user explicitly installs policy configurations.

SLaks
  • 868,454
  • 176
  • 1,908
  • 1,964
0

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.

youssman
  • 1,514
  • 1
  • 17
  • 21