Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Read UDID from Iphone with javascript on mobile safari

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

like image 629
onur taskin Avatar asked Jan 15 '10 14:01

onur taskin


People also ask

Does iPhone Safari have JavaScript?

In Safari on your iOS or iPadOS device, tap . Tap a shortcut containing the Run JavaScript on Webpage action.


2 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

like image 108
vk.edward.li Avatar answered Oct 18 '22 18:10

vk.edward.li


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

like image 42
SLaks Avatar answered Oct 18 '22 20:10

SLaks