HA notifications don't arrive on iPhone/ Mac

Hi, after going through all manuals and community posts I still can’t find a solution for my problem.
I cannot receive any notifications on IOS, either through the companion App for iPhone or MacOS. Not within my home wifi network and not outside of my network.

Instead of using NC cloud, I run my HA on a Synology docker. I have setup remote access and can control HA remotely out of my home Wifi network. Have reset my Push ID multiple times with restarts of App and Home Assistant there after.
When I do a test through Developer Tools → Services, I can find my mobile devices but when I send a test message cannot receive any notifications

Script I’m using:

Whenver an notification is sent, e.g. by action in automation, HA says: action run successfully

Setup:

  • iPhone with iOS 17.6.1, notifications from companion app enabled in iphone settings
  • Home Assistant Version 2024.4.3
  • Companion App version: iOS: 2024.8.1 (2024.791), MacOs: 2024.8 (2024.783)
  • Synology: DSM 7.2.1-69057 update 5
  • Have remote access setup through [name].synology.me
  • Port forwarding on router: 443:443 towards ip address of my Synology
  • HA Config file:

Loads default set of integrations. Do not remove.

default_config:

# Load frontend themes from the themes folder
frontend:
  themes: !include_dir_merge_named themes

automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
homekit: 
#Enable ZHA Custom Quirks
zha:
  custom_quirks_path: /config/custom_zha_quirks/
# Enable remote access through https
http:
  ip_ban_enabled: true
  login_attempts_threshold: 10
  use_x_forwarded_for: true
  trusted_proxies:
    - [ip address of Synology]
# Load IOS notificaiton features
ios:

Any thoughts? Thank you

UPDATE: Problem solved!
By writing this post I realised my ha core version was 5 months old… the docker container does not automatically update to new version every month.

Stopped docker, deleted container, and started docker again with latest ha stable version.
Works like a charm :slight_smile: