What platform do I run on

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