I am making an app that makes use of the camera in multiple areas and it came upon me that all devices that support iOS 6+ have a camera. This is more of a programming practice question than a practical implementation question.
Apple never explicitly recommends that you have to check for a camera, but many developers do.
Is it safe to not check? What are the implications of NOT checking for a camera?
Is there any performance advantage/disadvantage?
Thanks,
Virindh Borra