tags:

views:

174

answers:

1

Hi,

I'm building an asp.net web application for an iphone using jQtouch. How can I read the device serial number from asp.net mvc?

A: 

In short, I don't think you can get the device ID through iPhone Safari.

iPhone Safari, like any other browsers, works in a black-box model and only let through a selective set of information about the system, such as geo-location and device orientation. The Safari Web Content Guide by Apple documents several features specific to Mobile Safari.

William