Pushpad

Articles about web push notifications

Apple is working on Web Push Notifications for iOS and Safari (2023 Update)

The standard for web push notifications (Push API) is now available on iOS and Safari. You can read more about the history of this feature on Safari in this blog post, which has received multiple updates, from the first rumors in 2021 to the release of the feature on iOS in 2023.

  • # push-api
  • # safari

Can I use the (Web) Push API with hybrid mobile apps?

Many developers have asked if they can use Pushpad for sending push notifications to their hybrid mobile apps. Basically they want to **use the W3C Push API inside a WebView**. That would make sense, because a WebView is a sort of browser embedded inside an application.

  • # android
  • # push-api
  • # web-notifications
  • # webview

Does Safari on iOS support web push notifications?

Safari on iOS supports web push notifications starting from iOS v16.4 (released in 2023). Previous versions did not support web push notifications.

  • # ios
  • # safari
  • # web-notifications