Hi Guys,
I have this problem: I am developing for both IPAD2 and IPhone. So, I would like to test if the application is running on an IPAD or Phone, and depending on it, call Application.LoadLevel(x) where x is different depending on the device.
Is it possible to do that?!
Many Thanks
GC
sure, just look at the things the Application class offers to detect the device you run on
Brilliant thanks a lot… althought I was wondering if I could detect if the app is running on an IPod or and IPad, I guess because of they mount the same iOS it’s kinda impossible.
Many thanks for the direction tho! 
you can detect the eplicit device type, so no its not impossible, its actually very possible