Currently I am working on a project implement push notifications dashboard to send notifications to users, be that in desktop or mobile.
Currently it is working for all desktop-based browsers as well as android. On iOS though, the pop up to allow notifications does not appear, at all.
I read around that there are some blockers when it comes to push notifications on iOS for PWA. Is there any workaround for this?
PS: Let me know if it is the case to share a piece of the code.
I created the manifest.json to turn the web app into PWA. I added it to Home Screen already, the service worker gets registered but when the Notification.requestPermission() call apparently is not called. The pop up alert does not appear, consequently I can`t subscribe the service worker.