#IOS app only updates when oppened

1 messages · Page 1 of 1 (latest)

bold swallow
#

Exactly as the title says. For example I want certain Automations to run when my phone battery is at a certain level but those details only update when I open the app.
I am running IOS 26.0.1

silent pivot
#

Hi, can you check the ios app setting "Background App Refresh"is enabled and "battery saver" is disabled on your phone? I heard a "clear storage" of app could work here too.

#

Also make shure you HAOS is up-to-date 😉

silent pivot
#

and companion app is set with background access

bold swallow
#

Yes I have done all of that

#

Issue still exist so

silent pivot
#

hence i dont use iOS, dont know about version numbers, latest iOS running ?? there have been some issues with previous os

cold elbow
bold swallow
cold elbow
#

Have you checked all steps from the link above?

#

It says “location” but applies to other sensors as well.

bold swallow
cold elbow
#

When in background it never updates or just takes long to update? (Like 15min-1hr)?

modest knot
#

ngl i wrote a automation for that

#
alias: Auto - Force iPhone Update (every 5 Mins)
description: "This automation sends a request_location_update to your iPhone every 5 minutes. This ensures that your device automatically updates its battery level, Wi-Fi status, and location information."
triggers:
  - minutes: /5
    trigger: time_pattern
actions:
  - data:
      message: request_location_update
    action: notify.mobile_app_YOUR_IPHONE
mode: single
#

this does a request to ur phone every 5 min

#

updates, position, wlan battery

#

@bold swallow

modest knot
#

there is a shortcut in the shortcuts app on the iphone aswell thats called ,,update sensors'' but idk if that works

bold swallow
weary haven
#

iOS has strict background refresh limitations, and the HA app may not be able to update battery status in the background as reliably as it does on Android. This is a common limitation of how iOS handles background app activity to preserve battery life and privacy.

silent pivot
#

Hi Chris, so no config or changes from HA will work, pure ios issue?

modest knot
#

Rip