I’ve written an app that requires a camera to work (there’s not really any point in the app without a camera being present).
I’m currently doing all the last little bits required for submission to the app store. Should there be an option anywhere or a .plist property I can set so that non-camera devices won’t be able to download my app? Or, should I just make it clear in the description?
Any help is much appreciated. Thanks!
Look at the info.plist ‘Required device capabilities’ setting.
http://developer.apple.com/library/ios/#documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/BuildTimeConfiguration/BuildTimeConfiguration.html
(Search that URL for ‘required device capabilities’).