mirror of
https://github.com/immich-app/immich.git
synced 2025-01-27 22:22:45 +01:00
docs: Add disable iOS low power mode suggestion (#15110)
* docs: Add disable iOS low power mode suggestion Just added the suggestion under "Why is background backup on iOS not working?" to also disable low power mode. I've seen so many people who just have low power mode permanently on, but this can affect background app refresh (https://support.apple.com/en-us/101604) * Update FAQ.mdx * Make wording more consistent in docs/docs/FAQ.mdx Co-authored-by: Alex <alex.tran1502@gmail.com> --------- Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
parent
e7667a7896
commit
6fd9f93375
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ The behaviors differ based on your device manufacturer and operating system, but
|
|||
On iOS (iPhone and iPad), the operating system determines if a particular app can invoke background tasks based on multiple factors, most of which the Immich app has no control over. To increase the likelihood that the background backup task is run, follow the steps below:
|
||||
|
||||
- Enable Background App Refresh for Immich in the iOS settings at `Settings > General > Background App Refresh`.
|
||||
- Disable **Low Power Mode** when not needed, as this can prevent apps from running in the background.
|
||||
- Disable Background App Refresh for apps that don't need background tasks to run. This will reduce the competition for background task invocation for Immich.
|
||||
- Use the Immich app more often.
|
||||
|
||||
|
|
Loading…
Reference in a new issue