flutter_workmanager
flutter_workmanager copied to clipboard
Support iOS BGHealthResearchTaskRequest (Feature request)
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.
Any solutions here ?