An AvPlayer will pause when the app goes in the background, and stays paused when the app goes back to the foreground. Is there an easy way to make the video play again (if it was playing when the background event happened) without having to do it manually for each AVPlayer ?
I see how I can have notification observers that will play my AVPlayers and that I will have to remove when the player gets deinit, but that's annoying.