iOS Actionable Notification not working

I can not get iOS Actionable Notification not working. I have updated from Home Assistant .97 to 0.105.2

I see a error : Invalid config (ios) I know there is a deprecated support on IOS and have moved my notifications to the Companion APP witch is working.

When I am in my and update " Import push configuration from server" noting happens. I am a subscriber Nabu Casa and have a valid cert.


ios:
push:
categories:
- name: cameras
identifier: camera
actions:
- identifier: CAM_TRIG
title: Cancel Alert
activationMode: ‘background’
authenticationRequired: yes
destructive: no
behavior: ‘default’
- identifier: CAM_LINK
title: Link Alert
activationMode: ‘background’
authenticationRequired: yes
destructive: no
#behavior: ‘default’
- identifier: CAM_LIVE
title: Live Alert
activationMode: ‘background’
authenticationRequired: yes
destructive: no
#behavior: ‘default’
- identifier: CAM_PAUSE8
title: Pause for 2h
activationMode: ‘background’
authenticationRequired: yes
destructive: no
#behavior: ‘default’


Can you format your config with the code button so we can see it better?

I was actually playing with this myself last night… did you try starting with the example iOS setup from the docs? I put the example iOS config in, restarted then the update Push config from server pulled the info… when I tried doing it in the app it kept disappearing on me so I couldn’t see what I added