under iOS 12, in :
(void)imagePickerController:(UIImagePickerController *)picker
didFinishPickingMediaWithInfo:(NSDictionary<UIImagePickerControllerInfoKey, id> *)info;
I sometime receive error log saying that UIImagePickerControllerPHAsset
inside info
is not present. How this can be possible ? I also see that at the same time UIImagePickerControllerReferenceURL
is also absent !
NOTE: I show the imagePicker ONLY when PHPhotoLibrary.authorizationStatus
return PHAuthorizationStatusAuthorized