Can PWA apps built in using PWABuilder and Xcode receive push notifications?
The PWABuilder forum states that it still does not support such functionality and that push notifications are only available for PWAs installed through Chrome/Safari.
Can PWA apps built in using PWABuilder and Xcode receive push notifications?
The PWABuilder forum states that it still does not support such functionality and that push notifications are only available for PWAs installed through Chrome/Safari.
PWABuilder does not work with web push currently due to Apple not allowing these notifications from anything other than a PWA that has been "added to home screen" using Safari. PWABuilder uses WKWebView, which doesn't support web push, to display the web content in a native app.
You can follow the github issue here.