AudioServicesPlaySystemSound() is playing my sounds using ringer volume.
I want them to play according to system volume instead.
How to?
AudioServicesPlaySystemSound() is playing my sounds using ringer volume.
I want them to play according to system volume instead.
How to?
You should use the AVFoundation Framework to play your sounds. Look into the AVAudioPlayer class.
© 2022 - 2024 — McMap. All rights reserved.