GLBasic forum

Main forum => GLBasic - en => Topic started by: msx on 2011-Sep-19

Title: PLATFORMINFO$("ID") and PLATFORMINFO$("HOSTID")
Post by: msx on 2011-Sep-19
Could someone tell me which data are reported by PLATFORMINFO$("ID") and PLATFORMINFO$("HOSTID") in IOS, Android and WebOS?.


Thanks
Title: Re: PLATFORMINFO$("ID") and PLATFORMINFO$("HOSTID")
Post by: Ian Price on 2011-Sep-19
According to my Pre2 -

ID= 504f793ce2d4e3c5ebd
HOSTID=722cd5f9

Haven't got an Android device and haven't compiled for iPod in aaaaaages.
Title: Re: PLATFORMINFO$("ID") and PLATFORMINFO$("HOSTID")
Post by: msx on 2011-Sep-19
And what these values ​​mean? IMEI?
Title: Re: PLATFORMINFO$("ID") and PLATFORMINFO$("HOSTID")
Post by: Ian Price on 2011-Sep-19
You just asked for the values - not what they mean! :P
Title: Re: PLATFORMINFO$("ID") and PLATFORMINFO$("HOSTID")
Post by: msx on 2011-Sep-19
ha ha, you're right!

:nw:
Title: Re: PLATFORMINFO$("ID") and PLATFORMINFO$("HOSTID")
Post by: Kitty Hello on 2011-Sep-19
"ID" is a not-so-unique number for the device. There might be 2 devices with the same ID out on this planet.
"HOSTID" is the not-so-unique number for the computer the program was built on (the GPC prints this when compiling in the log, too). That was designed for selling "libs", but never used.