In the " imagePickerController:didFinishPickingMediaWithInfo: " information dictionary sometimes does not have the key " UIImagePickerControllerMediaURL ". Sometimes it happens. I tried to clear the goals, but that didn't help. In addition, the workflow is always the same: I follow the same steps and select the same video file from the library. In some information dictionary there is a key " UIImagePickerControllerMediaURL ", and sometimes " UIImagePickerControllerMediaURL " is missing in the information dictionary for the same file. I could not understand this. Can anyone help?
This is my NSLog information dictionary when I select a video / movie from the photo library:
info dict = { UIImagePickerControllerMediaType = "public.movie"; UIImagePickerControllerReferenceURL = "assets-library://asset/asset.MOV?id=1000000466&ext=MOV"; }
source share