Has anyone experienced a problem with UIImagePickerControllerSourceTypeCamera built with SDK 4.3 "Hanging" on devices running iOS 4.2?
In my application, users running iOS 4.3 can open UIImagePicker and take photos. If a user is running iOS 4.2, the UIImagePicker loads and shows the "shutter image", but the application hangs and the "shutter" never opens to display the camera's view. Screen Image here:http://dl.dropbox.com/u/20056106/ImagePicker_Stuck.png
No CrashLog is produced, because the application is just stuck in the ImagePicker. The ImagePicker's "Cancel Button" and "Camera Button" are not enabled, so there is no way to dismiss the ImagePicker.
Has anyone experienced this type of issue?
Thank you,
Curt