Please how do I create push notifications for activities on my website using wixcode so that the notifications can be see on desktop and mobile or app
Hello. You will need to choose which 3rd party push notification platform you would like to use and then integrate.
Something like One Signa l or an app market integration like this one
I can’t say what will be best for your use case, but I would do an internet search and see who the providers are. And then see if they already have a WiX integration covered in their docs, if not just look through their developer docs and see if you would need to add a code snippet to the head or perhaps use Fetch if it’s through an API
If you are looking to code something completely custom checkout the realtime API . I have not personally attempted this, but take a look at the docs and read through the capabilities there
@amandam Thanks for the response, at this stage wix should at least have a push notification Api that can be imported and called with code to create desktop and mobile notifications
Just added the Onesignal code to my site and it does not function with wix