Accessing a unique ID of a Device

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
trags3
Posts: 432
Joined: Wed Apr 09, 2014 1:58 am

Accessing a unique ID of a Device

Post by trags3 » Tue Mar 10, 2015 11:42 pm

Is it possible to access the serial number of a user's device or some other unique identification?
I want to use it to monitor possible piracy.

Tom

LCNeil
Livecode Staff Member
Livecode Staff Member
Posts: 1223
Joined: Wed Oct 03, 2012 4:07 pm

Re: Accessing a unique ID of a Device

Post by LCNeil » Wed Mar 11, 2015 3:44 pm

Hi Tom,

Apple deprecated the ability to query the unique ID of an iOS device back in 2013 so this is no longer possible.

You may be able to use LiveCodes UUID to generate a unique ID for each device that installs your app.

Kind Regards,

Neil Roger
--
LiveCode Support Team ~ http://www.livecode.com
-

Mikey
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 755
Joined: Fri Jun 27, 2008 9:00 pm

Re: Accessing a unique ID of a Device

Post by Mikey » Thu Mar 12, 2015 3:09 pm

Unfortunately, that isn't something that you can poll and always get the same answer from the same device. You can try to use something like the push id or the advertising identifier, but those are not constant through time. There are mechanisms to get the uuid via installing a profile, but it require's a user's interaction every time you retrieve it. I'm talking to one of those services about coming up with a way around that restriction for corporate apps, but we aren't there, yet.

Post Reply