Closed kpolleck closed 2 years ago
@kpolleck setting Permitted Background Task Scheduler Identifiers is only required if you are using BackgroundTest
class which enables automatic background tests functionality (available for paid version only). If you are using only regular speed test functionality (InternetSpeedTest
class) you can completely ignore background setup instructions.
BGTaskSchedulerPermittedIdentifiers are required to support scheduling of background tasks.
It we don't set Permitted Background Task Scheduler Identifiers to com.speedchecker.bg tests, what behavior would we see?
I tried changing it just to see, and I'm not seeing any difference. However, I'm launching each test from the foreground, so maybe it matters only when the speedchecker starts in the background? (I'm just guessing.)