diff --git a/src/Essentials/src/MediaPicker/MediaPicker.ios.cs b/src/Essentials/src/MediaPicker/MediaPicker.ios.cs index 5e7ca0389f65..e0cc7e087e63 100644 --- a/src/Essentials/src/MediaPicker/MediaPicker.ios.cs +++ b/src/Essentials/src/MediaPicker/MediaPicker.ios.cs @@ -98,11 +98,6 @@ public async Task PhotoAsync(MediaPickerOptions options, bool photo, } else { - if (!pickExisting) - { - await Permissions.EnsureGrantedAsync(); - } - var sourceType = pickExisting ? UIImagePickerControllerSourceType.PhotoLibrary : UIImagePickerControllerSourceType.Camera;