Alert with actionable notification for ios platform

Hello,

I cant see actionable notification on my ios notification triggered by alert integration.

Here is the sample code:

name: Uzmite veš iz veš mašine
done_message: Veš je uzet iz veš mašine
entity_id: input_boolean.pickup_laundry
state: "on"
repeat: 
- 1
- 5
- 10
can_acknowledge: true
skip_first: false
data:
  actions:
    action: "LAUNDRYPICKED" # The key you are sending for the event
    title: "Click me" # The button title
notifiers:
  - mobile_app_stefans_iphone

Is it doable over alert integration? Because I want to group different platforms.