freshplanet / ANE-ImagePicker

Air Native Extension for mobile camera and gallery features (iOS + Android)
Apache License 2.0
80 stars 48 forks source link

Crash on IOS when compiled with AIR 22 beta #47

Open vulkanosaure opened 8 years ago

vulkanosaure commented 8 years ago

The following code

if (AirImagePicker.getInstance().isImagePickerAvailable())
            {
                AirImagePicker.getInstance().displayImagePicker(chooseImageComplete);
            }

crash when compiled on IOS with Air 22 beta it works well with every previous Air SDK