fluttercommunity / flutter_workmanager

A Flutter plugin which allows you to execute code in the background on Android and iOS.
825 stars 247 forks source link

Support iOS BGHealthResearchTaskRequest (Feature request) #532

Open tony-ditchlabs opened 5 months ago

tony-ditchlabs commented 5 months ago

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.

akanksha820 commented 4 months ago

Any solutions here ?