I tried setting the iPod volume level before, but it affected the volume of my app, which uses MPMusicPlayer. Any solution to this?

link|improve this question

77% accept rate
3  
I think this is by design. Apple wants things like volume to be system wide so that users don't get their ears blown off/think their iPod is broken when they swap apps etc. – Aurum Aquila Feb 7 '11 at 1:49
feedback

1 Answer

If your app is playing music locally (not affecting the iPod app) you can use MPMusicPlayerController to create an application music player and then set the volume property to whatever you want.

MPMusicPlayerController Class Reference

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.