iOS Actionable Notification - No Actions

I’ll give you my config that works for me. If it doesn’t work for you you’re doing something wrong in the app.

Config.yaml:

  ios:
    push:
        categories:
          - name: Test
            identifier: 'test'
            actions:
              - identifier: 'TEST'
                title: 'Testbutton 1'

action to trigger actionable notification:

- service: notify.<your_iOS_device>
  data:
    message: Test message
    data:
      push:
        category: test

Remember that you have to go to settings in the iOS app > notification settings > hit update push-settings