Crash when showing Camera

API 2.0

Users need to take a picture on iPad.
Camera appears and then everything goes away.
I have Photos and Camera Access both on (though it does not appear one can edit the Photos access text).

Any clues?

Update: I had subclassed the MobileImagePicture. When I invoked it directly, it didn’t crash. Perhaps it does not like being subclassed?

I spoke too soon. It worked once. Back in a bit.

Make sure you are enabling the camera in the iOS capabilities section and putting in a message about why your app wants access. This adds a plist entry.

Without that your app will crash.