Mute behavior of Volume button on AVPlayerViewController iOS 26

With older iOS versions, when user taps Mute/Volume button on AVPLayerViewController to unmute, the system restores the sound volume of device to the level when user muted before.

On iOS 26, when user taps unmute button on screen, the volume starts from 0 (not restore). (but it still restores if user unmutes by pressing physical volume buttons).

As I understand, the Volume bar/button on AVPlayerViewController is MPVolumeView, and I can not control it. So this is a feature of the system.

But I got complaints that this is a bug. I did not find documents that describe this change of Mute button behavior.

I need some bases to explain this situation. Thank you.

Mute behavior of Volume button on AVPlayerViewController iOS 26
 
 
Q