Checking permission before using UIImagePickerController
One of my earlier version of iOS app uses UIImagePickerController. During
that development period there's no permissions involved to access the
photos/videos from album. But in latest version, it asks for permission of
user to access album.
How can I check if the user has granted permission for accessing the photo
album on the device with the help of UIImagePickerController (not using
ALAssetLibrary)?
No comments:
Post a Comment