Push notifications stopped after iOS 15 update

Prior to iOS 15 I was getting push notifications. For example,

alias: 'cs: mailbox open notification'
description: ''
trigger:
  - type: opened
    platform: device
    device_id: 74d4936f9e2226f6188aefade0595393
    entity_id: binary_sensor.cs_mailbox
    domain: binary_sensor
condition: []
action:
  - device_id: e377356232db027e4e6e92f5b3dc15a7
    domain: mobile_app
    type: notify
    message: mailbox open
    title: ''
mode: single

Now I’m not getting anything.

Thanks,

->g.

Tried resetting the app?
(app configuration/settings/notifications—> reset)

Which app do you mean? iOS?

I tried uninstalling and reinstalling the iOS app (as well as the HA mobile app integration).

Yes, IOS…

Thanks that did the trick.

No problems here with ios 15

It is not related to ios15….
it just happens occasionally :thinking:

You are a life saver, I upgraded a couple weeks ago to IOS15 and this broke. Thank you for this tip.