How do i set the iPod volume without affecting other sound levels?
I tried setting the iPod volume level before, but it affected the volum开发者_运维问答e of my app, which uses MPMusicPlayer. Any solution to this?
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
精彩评论