[PR #152] [CLOSED] Add support for iOS app #1227

Closed
opened 2026-05-07 01:01:06 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/binwiederhier/ntfy/pull/152
Author: @Copephobia
Created: 2/24/2022
Status: Closed

Base: mainHead: ios-support


📝 Commits (2)

📊 Changes

5 files changed (+62 additions, -2 deletions)

View changed files

📝 Makefile (+12 -0)
📝 docs/develop.md (+1 -0)
📝 server/server_firebase.go (+23 -1)
📝 server/server_firebase_test.go (+25 -0)
📝 server/server_test.go (+1 -1)

📄 Description

Initial support for the iOS app.

TODOs:

  • APNS payload - add sound/vibrate
  • Send "poll_request"APNS payload
  • Look into message/payload length limits (note: if payload is too large, APNS will not deliver the notification)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/binwiederhier/ntfy/pull/152 **Author:** [@Copephobia](https://github.com/Copephobia) **Created:** 2/24/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `ios-support` --- ### 📝 Commits (2) - [`1b5be4f`](https://github.com/binwiederhier/ntfy/commit/1b5be4fc6b72f34981d685b4c1547af2d747d4e6) Initial support for iOS app - [`339c978`](https://github.com/binwiederhier/ntfy/commit/339c97805de4e8e520485e9756f36b34e746a083) Fix format issue ### 📊 Changes **5 files changed** (+62 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+12 -0) 📝 `docs/develop.md` (+1 -0) 📝 `server/server_firebase.go` (+23 -1) 📝 `server/server_firebase_test.go` (+25 -0) 📝 `server/server_test.go` (+1 -1) </details> ### 📄 Description Initial support for the iOS app. TODOs: - [ ] APNS payload - add sound/vibrate - [ ] Send "poll_request"APNS payload - [ ] Look into message/payload length limits (note: if payload is too large, APNS will not deliver the notification) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 01:01:06 +02:00
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/ntfy#1227
No description provided.