Skip to content

[iOS] MediaPicker.PickPhotosAsync unable to pick multiple images with compressionQuality set #33954

@ukehartmann

Description

@ukehartmann

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

  1. Run the app on an iOS device.
  2. Call MediaPicker.PickPhotosAsync with the options shown above (SelectionLimit = 0).
  3. In the photo picker UI, try to select 4 or more images.
  4. 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions