[GH-ISSUE #285] With parameter action = none it still opens the Bark app when I click the push notification on iPhone iOS17 #249

Closed
opened 2026-03-03 11:41:55 +03:00 by kerem · 1 comment
Owner

Originally created by @theknown on GitHub (Feb 20, 2025).
Original GitHub issue: https://github.com/Finb/Bark/issues/285

Sample:

POST https://api.day.app/XXXXXXXXXXXX
Content-Type: application/json; charset=utf-8'

Data:
{
"title": "Test Title",
"body": "Test Body",
"sound": "spell"
"level": "critical",
"action": "none"
}

When running this, and click the push notification, it still takes me to the Bark app. I thought "action=none" would make it unclickable?

Originally created by @theknown on GitHub (Feb 20, 2025). Original GitHub issue: https://github.com/Finb/Bark/issues/285 Sample: POST https://api.day.app/XXXXXXXXXXXX Content-Type: application/json; charset=utf-8' Data: { "title": "Test Title", "body": "Test Body", "sound": "spell" "level": "critical", "action": "none" } When running this, and click the push notification, it still takes me to the Bark app. I thought "action=none" would make it unclickable?
kerem closed this issue 2026-03-03 11:41:56 +03:00
Author
Owner

@Finb commented on GitHub (Feb 20, 2025):

Tapping a push notification will always open the app. If you don’t want that, just hit “clear” in the notification center.

<!-- gh-comment-id:2670128447 --> @Finb commented on GitHub (Feb 20, 2025): Tapping a push notification will always open the app. If you don’t want that, just hit “clear” in the notification center.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Bark#249
No description provided.