Getting iPhone info?

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
dburdan
Posts: 104
Joined: Fri Jan 28, 2011 5:39 am

Getting iPhone info?

Post by dburdan » Wed Feb 16, 2011 11:19 pm

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.

Klaus
Posts: 14183
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Getting iPhone info?

Post by Klaus » Thu Feb 17, 2011 6:00 pm

Hi Dan,

if this is not mentioned/documented in the latest iOS Release Notes (menu: Help), then you can't.


Best

Klaus

Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: Getting iPhone info?

Post by Simon » Wed Feb 23, 2011 1:28 pm

I need this information as well...
Just a vote for this functionality.

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!

genie
Posts: 108
Joined: Thu Dec 01, 2011 7:19 am

Re: Getting iPhone info?

Post by genie » Sat Jul 14, 2012 5:37 am

I need to be able to get the UDID as well.. :(

Regards,
genie

Jellicle
Posts: 453
Joined: Thu Feb 24, 2011 11:07 am

Re: Getting iPhone info?

Post by Jellicle » Sat Jul 14, 2012 7:31 am

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
14" MacBook Pro
Former LiveCode developer.
Now recovering.

FireWorx
Posts: 362
Joined: Wed Sep 07, 2011 9:39 pm

Re: Getting iPhone info?

Post by FireWorx » Sun Jul 15, 2012 4:07 pm

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

Dixie
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 1336
Joined: Sun Jul 12, 2009 10:53 am

Re: Getting iPhone info?

Post by Dixie » Sun Jul 15, 2012 7:05 pm

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

CALL-151
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 206
Joined: Wed Oct 20, 2010 11:00 am

Re: Getting iPhone info?

Post by CALL-151 » Wed Jul 18, 2012 2:00 am

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.

Post Reply