(iOS) Focus modes can inadvertently disabled background app refresh, which prevents automatic backups from running #18205
audigex
started this conversation in
Feature Request
Replies: 1 comment 1 reply
-
Converting to FR, while there is lots of room to improve the background sync process, I am not sure that a user enabling low battery mode for much of the day is something we can realistically work around. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.
The bug
I suspect this isn't a bug which can be "fixed", but it may be worth improving visibility to the user that this can be an issue
Focus modes on iOS can enabled/disable low power mode, which disables background app refresh (and therefore Immich's automatic background backups) in a way that is not visible to the user unless they happen look at the backup options while the focus mode is active
Example: a user has a focus mode from 9pm to 7am which (amongst other things) enables low power mode
If the user configures background app refresh at eg lunchtime, the app shows that background refresh is enabled and the user assumes it should work fine later when they charge that night
Then the next day they check and nothing happened overnight, the sync didn't work and nothing was uploaded... but there's no indication of why because it's after 7am: Therefore the focus mode has ended, low power mode is disabled again, and background app refresh is enabled again and the app shows no warning
They look in the Immich app and the background sync is still configured correctly, with no warnings like would be seen if background app refresh was just disabled for Immich entirely. They would only notice the problem if they happen to look at the backup options between (in this instance) 9pm and 7am (no prizes for guessing why I'm posting this at 11pm...)
I'm not sure if this can be "fixed" because focus modes and background app refresh are outside the control of the app, but perhaps a warning could be shown to raise awareness of it to the user?
The OS that Immich Server is running on
Docker on unRAID
Version of Immich Server
1.132.3
Version of Immich Mobile App
1.132.3 build.205
Platform with the issue
Your docker-compose.yml content
I don't think this matters for this issue report
Your .env content
I don't think this matters for this issue report
Reproduction steps
Relevant log output
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions