
ios – URLSession backgroundSession not invoking urlSessionDidFinishEvents or handleEventsForBackgroundURLSession
I’m scuffling with backgroundSession.Set capabilities to background fetch and processing, set backgroundSession with URLSessionConfiguration.background.backgroundSession?.uploadTask is nice, and func urlSession(_ session: URLSession, process: URLSessionTask, didCompleteWithError error: Error?)` is invoked in the long run with out error. When making an attempt to check background (placing the app within the background), urlSessionDidFinishEvents(forBackgroundURLSession shouldn’t be triggered nor handleEventsForBackgroundURLSession in…