I have implemented Web push notifications for a website built on NextJs 13 using Firebase and they are working perfectly on desktop Chrome and Safari and Android Chrome. But on IOS after adding the website to the home screen, the user initially starts receiving notifications but stops receiving notifications foreground and background after some time. If try to debug the problem from the safari developer console by attaching the device with my macbook I don’t see any errors or anything.
IOS version 17.3, Firebase version 10.7.1
Notifications should work fine as they are working on other platforms.




