How do i set the iPod volume without affecting other sound levels?

471 views Asked by At

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

1

There are 1 answers

0
Undeadlegion On

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