flutter_downloader
flutter_downloader copied to clipboard
iOS : When App killed, stuck running
Hi,
On iOS (didn't test id on android), when one task is downloading (and others enqueues) and I kill the app, I relaunch app, the running task stay 'running' but the task do nothing. Everything is stuck. I can't resume task 'running' because it's 'running' ...
Is it possible de resume everything when the app start ?
Thx.
I am facing the same issue, did you find answer for your query?
Same Issue
If the task is running and the app is killed, then this problem occurs. A workaround would be to pause all download tasks when the lifecycle state of the app changes.