On-Click Action not working on IOS?

Hey everyone,
i am trying to get the notifications working with my OH 4.3 and an iPhone. I want to create a notification that has an action-button attached to it. Im am using the new blockly elements and also am trying with RulesDSL.
On my Android Phone it works perfectly with both ways. However, on my iPhone I recieve the notification but without the attached buttons/images etc.

I am using the V2 Version of the app.
Maybe this feature is still not supported within iOS version? Anybody got this working?

Same problem here. If you long tap the notification the action button (not on-click) appears, but a click on it doesn’t work…

Maybe just a small configuration error?

This way it’s working proper:

sendBroadcastNotification("🛎 Doorbell - Dingdong", null, null, null, null, null, "http://192.168.178.60:8080/ipcamera/tapo_c200/ipcamera.jpg","open Frontdoor=command:Door_knx:ON",null,null)

Generated the notification in UI:

actions:
  - inputs: {}
    id: "5"
    configuration:
      actionButton1: Türe öffnen=command:Haustuere_EG_Flur:ON
      message: 🔔 Es hat geklingelt.
    type: notification.SendExtended2BroadcastNotification

I just tested it similar to your usecase via UI - works as it should…

configuration: {}
triggers:
  - id: "2"
    configuration:
      itemName: Shelly_Tur_HWR_Lux
    type: core.ItemStateChangeTrigger
conditions: []
actions:
  - inputs: {}
    id: "1"
    configuration:
      message: 🔔 Es hat geklingelt.
      actionButton1: Türe öffnen=command:Licht_OG_Galerie:ON
    type: notification.SendExtended2BroadcastNotification

myopenhab.org configuration is correct? Other notifications work?

The notification itself works on iOS. Only the action doesn’t work. Same configuration works for Android. I suspect that it is due to the iPhone/App/iOS.

iPhone SE
iOS 18.3.2
Openhab App 3.0.5
Notifications allowed - are more authorisations required?