In my XCode project under ressources there is a Info.plist file. It has an attribute like this:
LSRequiresIPhoneOS
so my question is: Do I have to check that? What I want is that my app finds out itself wheater there is a camera or not. If not, the feature is disabled, and if yes: Cool! It must work on both iPhone and iPod touch!
I guess that if I disable this in Info.plist, I can still use iPhone features, and Apple will not refuse my code because of that, right?