Hi all! I'm building my Web App using custom components and I'm trying to push notifications to IOs devices. For that, I need to create a service worker and host it in {domain}/sw.js. I am using MagicBells and I am following this doc WebPush SDK - MagicBell
Have you tested it out? I am not super familiar with it so I will look around for docs and might have to test it out. It seems that it is set up for web apps that are being viewed on mobile devices via browser
If you are not self-hosted, I am pretty sure you won't be able to add in and link js files to your app
As bob linked above, even self hosted users may not be able to connect in new files to apps. You might be able to host this third party service provider on another server but I do not know if the push notification action is possible outside of the resource I shared
Yes the docs are correct, the app would have to be Mobile to send a subscribe query to listen for events.
Wait are you saying from a web app you can send push notifications to users, but you want to receive notifications from a third party app/source?
Unfortunately apps can only receive user inputs. A Workflow is able to receive calls to its trigger URL along with a data payload, and it can trigger push notifications!