My application uses a camera. In iOS8, they include a new privacy setting, Camera , where the user can control the use of camera rights for each application.
Problem:
If a user does not allow my application to use the camera, then how can I find out that my application does not have access for the camera.
how can I use ALAssetsLibrary authorizationStatus to find out the status of the photo library or ABAddressBookGetAuthorizationStatus to find out the status of access to the phone book.
Question:
How can I find out if my application has camera access or not in iOS8, so that I can offer the user to allow camera access for my application?
I have below print screen photo paper that have the same problem as my application.



If there is no access to the camera, only a black screen will be displayed. No messages.
ios8 xcode6 camera
Jageen Jul 09 '14 at 10:59 a.m. 2014-07-09 10:59
source share