iOS push doesn't work with textInput

I’m trying to get push noti with textInput using example from docs.
Restarting and updating push settings on the phone – nothing.
As I specify behavior: textInput it stops showing the action button.

configuration.yaml:

ios:
  push:
    categories:
      - name: Alarm
        identifier: 'alarm'
        actions:
          - identifier: 'SILENCE_ALARM'
            title: 'Silence Alarm'
            behavior: 'textInput'
            textInputButtonTitle: 'Silencio'

scripts.yaml:

test:
  sequence:
    service: notify.ios_paulus
    data:
      message: "Something happened at home!"
      data:
        push:
          category: "alarm"

This will be fixed in 1.1.1, sorry for the delay!

1 Like