Page 1 of 1
Getting iPhone info?
Posted: Wed Feb 16, 2011 11:19 pm
by dburdan
How can I get info on the users iPhone? For example: UDID, ECID. Stuff that I can use to verify it's identity. I mainly need to get it's UDID.
Re: Getting iPhone info?
Posted: Thu Feb 17, 2011 6:00 pm
by Klaus
Hi Dan,
if this is not mentioned/documented in the latest iOS Release Notes (menu: Help), then you can't.
Best
Klaus
Re: Getting iPhone info?
Posted: Wed Feb 23, 2011 1:28 pm
by Simon
I need this information as well...
Just a vote for this functionality.
Simon
Re: Getting iPhone info?
Posted: Sat Jul 14, 2012 5:37 am
by genie
I need to be able to get the UDID as well..
Regards,
genie
Re: Getting iPhone info?
Posted: Sat Jul 14, 2012 7:31 am
by Jellicle
Getting the UDID is now not allowed. It used to be (and I used to do it) but then Apple deprecated it.
See:
http://www.tuaw.com/2011/08/19/ios-5-de ... t-its-not/
Gerry
Re: Getting iPhone info?
Posted: Sun Jul 15, 2012 4:07 pm
by FireWorx
There is an App that is free I believe that will deliver that info available in the ap store. I cant remember the name but a search under UDID will bring it up. I guess you could instruct your user to download the UDID app, have them get there UDID, and then enter it into a field in your app to take care of the UDID business. This actualy was the process that was recomended by another developer in an app I downloaded.
Dave
Re: Getting iPhone info?
Posted: Sun Jul 15, 2012 7:05 pm
by Dixie
Hi...
From the release notes 5.5.1 page 42... 'You can fetch the current device's unique system identifier with the iphoneSystemIdentifier() function. This returns a string in the standard UUID/GUID format.'... Just tried this on the iphone running iOS 5.1.1 and it does what it says on the tin...'This returns a string in the standard UUID/GUID format.'
be well
Dixie
Re: Getting iPhone info?
Posted: Wed Jul 18, 2012 2:00 am
by CALL-151
Yes, but Gerry is correct. At some point Apple will start rejecting apps that do this. Why not just script your own? I use two timestamps separated by a random # of msec the first time a user runs an app.