Re: how to get iPhone serial number using UIDevice

2009-02-04 Thread Robert Marini
There is no way to obtain the serial number of a device using the SDK. The unique identifier, as the name indicates, is a string guaranteed to be unique for each device. If you need access to the serial number for some other reason (i.e. tracking devices in an enterprise environment) I'd ad

Re: how to get iPhone serial number using UIDevice

2009-02-04 Thread Clark Cox
On Wed, Feb 4, 2009 at 4:08 AM, Ankur Diyora wrote: > Hello all, > I want iPhone serial number programatically.For that i use NSString > *deviceId = [UIDevice currentDevice] > uniqueIdentifier > ; > I get deviceId but it is iPhone uniqueID(40 char). How i get correc