Hello
I was wondering how to only let iPhone 4 use my app which uses the front camera.
Can I do a + (BOOL)isCameraDeviceAvailable:(UIImagePickerControllerCameraDevice)
and how do I implement it so that it gives some sort of error if it returns no
or do I have to a NSString *DeviceType etc..
if iPhone 4 ... do nothing
if else ... Display alert?
How do I implement that in my app?
TIA!