Web Push / Push Notification / IOS + Android on PWA

Hello Guys,

I am a bit confused…working on PWA application and so far I have a very good experience about Ionic.
Camera, Gelocation, etc. are working perfect on both OS with PWA.

Is the PWA / WebPush / Push Notification works also in IOS ?

Does anybody have an experience with that?

Before I start implementing, the second answero from StackOverflow seems very detailed:

But it seems that the implemenation is quite tricky…

Thanks,Csaba

1 Like

Hi
I think the stackoverflow post is spot on wrt Push on iOS

I tried Firebase (FCM) but it is not supported by the device.

PWA on iOS is tricky. Storage, add2home screen, notification… all creating difficult UX and DX conpared to android

Browser push support for iOS/iPad/Safari finally rolled out with 16.4!!

partial support.

Web push is supported well enough on iOS/iPadOS that it can be practically be used for web push notifications. I already used and made PWAs that can do web push on i*OS.

1 Like