iOS app communication

Just like this person, I have the same issue(s):

I have 2 iPhones, and

  1. Has anyone else’s iOS app’s ‘automatically close connection’ setting turned on by itself randomly?
  2. I have a battery alert below 35% to charge and one above 90% to unplug… It fails until I actually open up the app
  3. The dashboard cards do not update unless I open the app on both phones and the details update as they should
  4. Like 3, if I charge the phones, the dashboard doesn’t update to say they are charging

It is so annoying.

Note: Background refresh and location (always) are enabled on both phones for the app.

TIA

Hi PalsyP,

It seems that iOS greatly limits at what intervals apps run in the background. Although apps can “request” iOS to run it in the background at a specific interval, iOS does not honor (or have to) it. Since posting about my presence problem with the Home Assistant app, I’ve run into this “feature”/“limitation” in iOS with two other programs.

There isn’t any really solid work-around. You should keep the app running in the background (as long as you don’t close, it’s in the background) but this just helps to increase the chances that iOS will run the app sooner. One app indicated in its documentation that iOS usually will run (at least once) an app in the background between every 1-4 hours. I take that as more a ballpark figure. There just seems to be many variables at play.

The workaround for my presence problem was to use the Home Assistant API with the PushCut app. I configured the PushCut app with a “background” trigger that calls the Home Assistant API to update my presence when I come and go. You might want to check out the app…Maybe it has other trigger events?

Now, you might ask…why does PushCut work in the background when I change my location but not Home Assistant? I don’t know for certain, but my guess is that PushCut uses Location Assistance to run background tasks while Home Assistant doesn’t. For example, I have a Contact Sync app that asks to enable this Location Assistance because background tasks will be executed more quickly if I’m moving around…Again, this is part of the whole puzzle that is iOS background tasks.

Hope that helps,

Paolo

1 Like