iOS System Volume Control
AudioServicesPlaySystemSoun开发者_Python百科d() 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.
精彩评论