fluttercommunity / flutter_workmanager

A Flutter plugin which allows you to execute code in the background on Android and iOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support iOS BGHealthResearchTaskRequest (Feature request)

tony-ditchlabs opened this issue · comments

In iOS 17+, there is now support for background tasks that are related to health research. These background tasks seem to be given additional priority and resources, and run more reliably. This would solve the unreliable issues that developers of health research apps run into on iOS. From Apple's docs:

BGHealthResearchTaskRequest

Your app can use BGHealthResearchTaskRequest to launch in the background and process data for a health research study in which the user participates.

Feature Request
Support for iOS BGHealthResearchTaskRequest, which extends BGProcessingTaskRequest.