---
title: "Push Notifications in Safari Progressive Web apps"
url: https://daily.dev/posts/push-notifications-in-safari-progressive-web-apps-jhq9q0eft
source_url: https://iwritecodesometimes.net/2024/04/23/push-notifications-in-safari-progressive-web-apps/
type: article
source: "Planet Xamarin"
published: 2024-04-23T21:02:41.312Z
updated: 2024-05-09T09:15:49.869Z
tags: ["webdev", "nextjs", "safari"]
reading_time: 11
upvotes: 3
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Push Notifications in Safari Progressive Web apps

**[Planet Xamarin](https://daily.dev/sources/planetxamarin)** · 11 min read · 3 upvotes · 0 comments

## Summary

Learn how to add push notifications to a web application using Safari's new-ish browser APIs in this post. The post covers the steps to add a service worker, configure its behavior, register it with the web app, and send both local and remote push notifications. It also discusses the caveats and considerations when developing push notifications for web apps.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://iwritecodesometimes.net/2024/04/23/push-notifications-in-safari-progressive-web-apps/>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#webdev](https://daily.dev/tags/webdev), [#nextjs](https://daily.dev/tags/nextjs), [#safari](https://daily.dev/tags/safari)

[View this post on daily.dev](https://daily.dev/posts/push-notifications-in-safari-progressive-web-apps-jhq9q0eft)
