onur taskin
onur taskin

Reputation: 929

Read UDID from Iphone with javascript on mobile safari

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

Upvotes: 10

Views: 24161

Answers (3)

youssman
youssman

Reputation: 1524

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.

Upvotes: 0

vk.edward.li
vk.edward.li

Reputation: 1949

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

Upvotes: 27

SLaks
SLaks

Reputation: 887195

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

Upvotes: 7

Related Questions