Just a quick correction to a typo in my original report.
Incorrect code mentioned in the report:
BGTaskScheduler.shared.supportedResources.contains(.gpu)
Correct code used in my project:
BGTaskScheduler.supportedResources.contains(.gpu)
To be clear, my project code is using the correct static property. This typo was only in the text of my report. The underlying issue I reported still persists.
Topic:
App & System Services
SubTopic:
Processes & Concurrency
Tags: