HjalmarCarlson
HjalmarCarlson

Reputation: 868

Mobile Safari Push Notifications

A few months back I saw that Safari 7 was allowing push notification and it seemed like a very useful tool except every example of it that i've seen is focused on desktop browsing, not mobile.

Do the Safari push notifications work on mobile and if not is there plans to release this to Safari mobile in the near future?

Upvotes: 19

Views: 13080

Answers (5)

James Perih
James Perih

Reputation: 1384

Looks like Safari 16 in macOS 13 will support the Notifications API. Details are vague / possibly protected under non-disclosure agreement during the macOS beta.

Source: https://developer.apple.com/documentation/usernotifications/sending_web_push_notifications_in_safari_and_other_browsers

The Safari 16 release notes doesn't make particular mention to iOS/iPadOS 16 & Mobile Safari, however.

Web API

New Features

  • Added Web Push Notifications support on macOS.

Source: https://developer.apple.com/documentation/safari-release-notes/safari-16-release-notes

Upvotes: 0

Robert
Robert

Reputation: 1946

[Updated] Web Push Notifications depend on "Service Workers" which are "Supported" in WebKit (Mobile Safari), but the state of Push Notifications is unclear.Kudos to Chris Talman for the update

Upvotes: 5

collimarco
collimarco

Reputation: 35389

Right now there's no way to send push notifications to mobile Safari nor any plan to add it in the future.

However the latest versions of Chrome on Android started to support the push notifications through the Push API, so Apple might want to add push support to iOS to avoid being outdated by Android.

Upvotes: -1

Axel Ramone
Axel Ramone

Reputation: 31

Since this was 2 years ago, I no longer think this is of service, but Apple has no plan to expand to mobile nor has any plan for push notifications on mobile. I have been on the Apple developer site and have found that there is no way for push notifications on IOS. However, Users using Google Chrome can use push notifications on Android using the Push API (https://developers.google.com/web/updates/2015/03/push-notifications-on-the-open-web?hl=en)

Upvotes: 3

NeoWang
NeoWang

Reputation: 18513

I guess it is just for OS X, at least for now. I received a mail from Apple broadcasting this: https://developer.apple.com/notifications/safari-push-notifications/.

I am also waiting for web-based push notification on iOS. But it seems Apple is pursuing a native-first strategy on iOS platform, giving native apps much more privilege than mobile web.

Upvotes: 8

Related Questions