Here is the feature request: Feature#3837401 - [New_Feature_Requirement] [iOS 8] Detecting permissions for camera access
Problem: The camera privacy control is now required by iOS 8 for all regions. With iOS 8 any application that use camera encountered with a dialog asking for permission.
http://useyourloaf.com/blog/2014/07/16/ios-8-camera-privacy-settings.html
But we cannot detect permission for camera access by AIR.
StatusEvent event not firing by AIR: "Note: This event is not dispatched on the AIR platform. It is used only in Flash Player."
Camera - Adobe ActionScript® 3 (AS3 ) API Reference
So, if user don't allow use camera our application even cannot detect that. It could make application useless. Also it could cause problems with our applications in AppStore.
Please consider to provide some way to handle camera access. It could be StatusEvent like with Flash Player.