Sebastian Roth
Sebastian Roth
@absar Great idea. Do you think work manager should get a dedicated API to maintain the foreground service (notification) or should it handle everything transparently in the background.
Looks like this issue is coming from Firebase. Please reopen if needed.
Support for the web is planned in mid-term but so far no work has been started on this. We have some starting points here: https://github.com/fluttercommunity/flutter_uploader/issues/92#issuecomment-699100937 Pull requests are welcome.
How do you schedule repeated or one-off background work on iOS?
@sirmamedical iOS / Android?
@walsha2 what is your use case? Do you just want to trigger the background operation?
> @ened yup! I just want to trigger it through swift directly, without needing to go through the iOS task scheduler. I thought it was as simple as using the...
If you kill the App (swipe it away in the task switcher), iOS considers the App killed and will not perform background task. Background Fetch can be triggered using Xcode...
Contributions are always welcome :)
@swanav this is WIP in #453 - interested to hear your thoughts