Re: how to get iPhone serial number using UIDevice
Re: how to get iPhone serial number using UIDevice
- Subject: Re: how to get iPhone serial number using UIDevice
- From: Robert Marini <email@hidden>
- Date: Wed, 4 Feb 2009 16:10:53 -0500
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 advise checking out the iPhone Configuration utility.
http://support.apple.com/downloads/iPhone_Configuration_Utility_1_1_for_Mac_OS_X
-rob.
On Feb 4, 2009, at 11:27 AM, Clark Cox wrote:
On Wed, Feb 4, 2009 at 4:08 AM, Ankur Diyora <email@hidden
> wrote:
Hello all,
I want iPhone serial number programatically.For that i use NSString
*deviceId = [UIDevice currentDevice]
uniqueIdentifier<http://discussions.apple.com/>
;
I get deviceId but it is iPhone uniqueID(40 char). How i get
correct serial
number which is given behindiPhone?
I do not believe that there is a way to get the serial number through
the API. Why do you need the serial number, and why does the
uniqueIdentifier not suffice for your needs?
--
Clark S. Cox III
email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden