Question
Air 22 beta - App crashes on iOS when I call CameraUI
I use Adoe Air 22 beta on iOS 9.2.1 and 9.3.1.
When I make a call:
var PICcamera:CameraUI;
PICcamera.launch(MediaType.IMAGE);
..the app crashes. Also, the app crashes when I try to use a cameraRoll extension from distriqt (maybe for the same reason?).
When I used Air 21 the cameraUI worked, but unfortunately (as I read) I cannot upload such a windows build to the appStore.
