iPhone Apps running on iPod Touch
问题 If I create an App for the iPhone (OS 3) will it run without modification on an iPod Touch or will I need to create a separate binary? If it is the same runtime, does it just have stubs for the iPhone only features or do you have to check feature by feature using UIDevice to ensure the particular class/method is supported on the device to avoid a crash? Sorry for the elementary questions, can't find a simple explanation of this anywhere. Cheers Dave EDITED: Based on discussions below: How can