flutter_background_fetch
flutter_background_fetch copied to clipboard
Support iOS BGHealthResearchTaskRequest
Is your feature request related to a problem? Please describe. 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.
Describe the solution you'd like
Support for iOS BGHealthResearchTaskRequest, which extends BGProcessingTaskRequest.
Describe alternatives you've considered On iOS, there aren't really any alternatives, other than using the less reliable approach we were stuck with for iOS <17
Good idea. Will do.
This issue is stale because it has been open for 30 days with no activity.
This issue was closed because it has been inactive for 14 days since being marked as stale.
Reopen please, still valid.