Background service not working

I am getting this error when i run the app, My music application work fine when it is in Foreground but when i put the app in background web services stops calling.

Also it not executing break points in web service call when app is in background state.

Error:

Task .<47> finished with error [-997] Error Domain=NSURLErrorDomain Code=-997 "Lost connection to background transfer service" UserInfo={NSErrorFailingURLStringKey=https://api.test.com/v1/wishlist/songs?offset=0&limit=256&language=en&contentType=wishlist, NSErrorFailingURLKey=https://api.test.com/v1/wishlist/songs?offset=0&limit=256&language=en&contentType=wishlist, _NSURLErrorRelatedURLSessionTaskErrorKey=(   "BackgroundDataTask .<47>",   "LocalDataTask .<47>" ), _NSURLErrorFailingURLSessionTaskErrorKey=BackgroundDataTask .<47>, NSLocalizedDescription=Lost connection to background transfer service} 2023-03-03 12:18:59.795782+0530 MyMusicAppName[10030:558902] Task .<48> finished with error [-997] Error Domain=NSURLErrorDomain Code=-997 "Lost connection to background transfer service"

Did you manage to solve this?

Background service not working
 
 
Q