Guest User

Untitled

a guest
Aug 20th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. How to avoid affect of Mute Control of the device on AVPlayer
  2. NSError *sessionError = nil;
  3. [[AVAudioSession sharedInstance] setCategory:AVAudioSessionCategoryPlayback error:&sessionError];
  4. [[AVAudioSession sharedInstance] setActive:YES error:&sessionError];
Add Comment
Please, Sign In to add comment