Description
Expected behavior
When SelectionLimit = 0 (or a value >3), the picker should allow selecting any number of photos up to the OS/app capabilities and return all selected items.
Actual behavior
The system only returns up to 3 selected photos. Attempting to select more than 3 returns no items.
Here is my picker code:
var pickedPhotos = await MediaPicker.PickPhotosAsync(new MediaPickerOptions()
{
Title = "Pick photos",
SelectionLimit = 0,
CompressionQuality = 90,
RotateImage = false
});
It works just fine on Android!
Steps to Reproduce
- Run the app on an iOS device.
- Call MediaPicker.PickPhotosAsync with the options shown above (SelectionLimit = 0).
- In the photo picker UI, try to select 4 or more images.
- Observe that it returns 0 selected images. The List is empty
Link to public reproduction project repository
No response
Version with bug
10.0.30
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS 26
Did you find any workaround?
no
Relevant log output
Description
Expected behavior
When SelectionLimit = 0 (or a value >3), the picker should allow selecting any number of photos up to the OS/app capabilities and return all selected items.
Actual behavior
The system only returns up to 3 selected photos. Attempting to select more than 3 returns no items.
Here is my picker code:
It works just fine on Android!
Steps to Reproduce
Link to public reproduction project repository
No response
Version with bug
10.0.30
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
iOS 26
Did you find any workaround?
no
Relevant log output