ios IOS Mute AVPlayer plays without sound December 29, 2023 by Veronica Farley No Comments AVAudioSession *avSession = [AVAudioSession sharedInstance]; [avSession setCategory:AVAudioSessionCategoryPlayback error:nil]; [avSession setActive:YES error:nil];Copy the code