I am using a UIImagePicker to present the users photos so that the user can choose an image to be used in my app.
My problem is that on the first time a user opens t
Use ALAssetsLibrary authorizationStatus. There is a specific return value that indicates your app has been denied.
ALAssetsLibrary authorizationStatus
Doing a search here on that method will reveal some sample code for properly handling the various authorization states.