AVPlayer Play new Audio from background state

Hi Team,

I am trying to play audio by using AVPlayer from the background that I have fetch data from api after first content play and start next content taken from api.

Firstly I play audio from the foreground state than put my app in background after few minutes first audio completed and I try to initiate AVPlayer using next audio content from background but the audio is not playing.

Same audio playing in next mode fine when app is in foreground state.