Is it necessary to check if camera exists when targeting iOS 6+?

Viewed 2236

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

1 Answers
Related