PWA IOS Notification "Notification Permission Denied"

Greetings! I’m working on PWA notifications, and while they work fine on PC (Chrome) and Android, they aren’t working on iPhones. I’m using iOS 17.6.1 and consistently getting the error: ‘Notification Permission Denied.’ I’ve tried this on at least three different devices with the same result. No permission prompt appeared, except on one iPhone, where I enabled notifications, but it only received one push before failing again with the same error.

I also tried enabling notifications in Safari’s advanced settings, clearing browser cache and data, but no luck.

Has anyone else experienced this or know what I might be missing?

Thanks in advance!

I suggest you to read this → https://www.tigren.com/blog/progressive-web-app-limitations/

Thanks for the link. I was somewhat aware of the limitations, but even with the PWA open, it still failed during testing. After reading through Apple development forums and Reddit channels, it seems Apple has nerfed PWA on their platform. I’ve decided to move away from using a PWA and will instead fork a lite native app

Just putting it out there, I rely on PWA notifications for a chat area in our app and they work perfectly on iOS and Android!

I’m not sure what’s happening on your end, but it’s definitely fixable.