user444854
user444854

Reputation:

iOS System Volume Control

AudioServicesPlaySystemSound() is playing my sounds using ringer volume.

I want them to play according to system volume instead.

How to?

Upvotes: 1

Views: 4392

Answers (1)

Moshe
Moshe

Reputation: 58087

You should use the AVFoundation Framework to play your sounds. Look into the AVAudioPlayer class.

Upvotes: 1

Related Questions