This repository was archived by the owner on Mar 16, 2019. It is now read-only.
This repository was archived by the owner on Mar 16, 2019. It is now read-only.
Not working in background with battery save mode #428
Open
Description
Hey,
it seems like that Android has problems to run a download while the app is in background with activated battery saving mode. I guess the issue is related to https://stackoverflow.com/questions/39126357/network-connection-in-power-saving-mode
I'm just wondering if we could handle the download as foreground service to prevent this? The React app itself isn't killed, it still available, but the downloads do only start when the app goes back to foreground.