iphoneIdentifierForVendor (android equivalent?)

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
pkocsis
Posts: 105
Joined: Sat Apr 15, 2006 7:20 am

iphoneIdentifierForVendor (android equivalent?)

Post by pkocsis » Wed Jul 03, 2013 10:29 am

Will there be an android equivalent of this command?

Also, where can I read more about what the intended usage is for this command? Is it an identifier that can be used to uniquely identify a device (for the purposes of a licensing scheme)?

Thanks!

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

Re: iphoneIdentifierForVendor (android equivalent?)

Post by Simon » Wed Jul 10, 2013 7:29 am

Hi pkocsis,
iphoneIdentifierForVendor... I don't see that as an LC command or function?
Are you asking about another language?

Aside from that, there have been many posts here about how to uniquely identify a user. Most include "the seconds" with some other random "mess-it-up" code. :)

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

pkocsis
Posts: 105
Joined: Sat Apr 15, 2006 7:20 am

Re: iphoneIdentifierForVendor (android equivalent?)

Post by pkocsis » Wed Jul 10, 2013 11:28 am

Thank you for replying Simon!

iphoneIdentifierForVendor is in the dictionary for windows community edition 6.1 (has in fact been introduced in version 6.1)

It looks to me like it might possibly be an alternative to using iphoneSystemIdentifier which is (from what I've read) been banned by Apple (use of the UDID identifier in apps has apparantly been deemed "illegal" by new Apple rules)

I have read about schemes folks are using on android....but since iphoneIdentifierForVendor has just been newly introduced, I was just wondering if there was a planned android equivelent as it seems it would be a much more attractive alternative than the schemes I've read about.

Of course, I could be completely wrong on the intended use of iphoneIdentifierForVendor!! :)

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

Re: iphoneIdentifierForVendor (android equivalent?)

Post by Simon » Wed Jul 10, 2013 6:40 pm

Hi pkocsis,
Thanks for updating me!
'spose it's time to move to 6.1 :)

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

Post Reply