AVPlayer: Pause/resume playing in background via remote Server.

Hi All! My app can pause/resume playing track in Foreground via socket connection. Server tells when a local track should be played and stopped. But I have an issue when the app goes in background because Socket Connection breaks. How can I notify my app to do same actions in background ? Thanks.