- From: elf Pavlik <notifications@github.com>
- Date: Thu, 18 Apr 2024 18:13:06 -0700
- To: w3c/push-api <push-api@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 19 April 2024 01:13:10 UTC
Based on this information, iOS will revoke the push subscription if the application fails to show the notification. https://meta.discourse.org/t/ios-notifications-can-lose-permission-to-push-if-the-user-is-currently-active/290225 It requires use of ```js self.addEventListener('push', (event) => {. event.waitUntil(self.registration.showNotification(pushMessageJSON.title, { ... })); } ``` -- Reply to this email directly or view it on GitHub: https://github.com/w3c/push-api/issues/313#issuecomment-2065570178 You are receiving this because you are subscribed to this thread. Message ID: <w3c/push-api/issues/313/2065570178@github.com>
Received on Friday, 19 April 2024 01:13:10 UTC