In Xcode 11, there is a new Background Mode, "Background Processing". I cannot find any information on what this new Background Mode does. Are there any resources with that information? ...
stackoverflow.com
I've been able to identify the UIBackgroundModes keys for "audio", "location" and "fetch", but not for the "Background Processing Task" mode.
What is the correct value?
according to the feature description "several minutes at system friendly times (e.g. right after app become background) to complete big task", this might by sufficient, without really using the BGTaskScheduler stuff