What platform do I run on
Posted: Mon Oct 04, 2010 1:45 pm
I am not sure who asked me that but you can find out if u run on iphone or other devices:
if(strcmp(getHardwareID(),"iPhone OS")==0) then you are running on IPhone.
On windows plattforms it will return a serial number string as intended.
andreas
if(strcmp(getHardwareID(),"iPhone OS")==0) then you are running on IPhone.
On windows plattforms it will return a serial number string as intended.
andreas