Zachary Orr
Zachary Orr

Reputation: 1751

Controlling other app's volumes

I've got an app written to control my iPodMusicPlayer, but I want to be able to control the system's default music source (Pandora, Spotify, etc) as opposed to the iPod when they're playing. I can write the code to check if they're playing or not and respectively change the volumes, I just don't know how to access the default audio source/other app's audio.

Suggestions?

Upvotes: 0

Views: 104

Answers (1)

Akshay
Akshay

Reputation: 5765

I don't think you can manipulate the system or other app volume. The best you can do is to display an alert asking the user to go to Settings & increase/decrease the volume. You cannot even launch the Settings app directly from your app.

HTH,

Akshay

Upvotes: 1

Related Questions