Skip to content

iOS App not receiving any notifations with 'Priority' set #461

Open
@pinpox

Description

@pinpox

Not sure if it's a duplicate of #353, but the iOS app fails to receive any notications that have Priority set.
Example:
This is not received on my mobile phone

curl -u $NTFY_USER:$NTFY_PASS \                                                                                                                                 impure ❄ ntfy-sh
  -H 'Title: Backup on ahorn failed!' \
  -H 'Priority: high' \
  -H 'Tags: backup,borg,ahorn' \
  -d 'Backup error on ahorn: $exitStatus' 'https://push.pablo.tools/pinpox_backups'

While this works as expected:

curl -u $NTFY_USER:$NTFY_PASS \                                                                                                                                 impure ❄ ntfy-sh
  -H 'Title: Backup on ahorn failed!' \
  -H 'Tags: backup,borg,ahorn' \
  -d 'Backup error on ahorn: $exitStatus' 'https://push.pablo.tools/pinpox_backups'

I've tried different Priority values, they all seem to break the delivery on iOS. Subscribing to the topic via the CLI shows everything fine, it seems to be related to iOS.

Metadata

Metadata

Assignees

No one assigned

    Labels

    iosntfy iOS app🪲 bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions