I have an app that at the beginning plays a video with AVPlayer. The video is muted. The problem is it stops the music that let say iPhone was playing on iTunes and after the video playback is finished the music does not come back automatically. Is there a way to play the video in my app, during the playback of the video the music on iTunes can be muted which is fine with me, but what I want to achieve is to get the iTunes music back playing when the video is finished without the user's interference.
Asked
Active
Viewed 69 times
0
-
The answer to [this question](http://stackoverflow.com/questions/29858173/does-avplayer-stop-the-users-music) may be helpful to you. – NSDeveloper Jul 14 '15 at 14:39
-
Thanks a lot! I will try it later on, maybe by tomorrow and let you know if one of those answers help me. – Dogahe Jul 14 '15 at 15:09
-
Nothing in those links worked for me :( – Dogahe Jul 17 '15 at 14:36