I'm making a web app where I need to send notifications to my users. Something like Pushover. But the problem with Pushover is that I cant separate user on Pushover and they each receive different notifications. Now each of my users could register and buy Pushover licence and provide their details to my app, but that is really a pain in the ass for them. And Pushover doesnt offer API for registering new users.
I dont know how hard it is to create a Pushover like app using OneSignal SDK because I've never create Android or iOS app. But if there are some good COMPLETE tutorials or services that makes this possible, please DO recommend them!!!
But primarly, I'm looking for something similar to Pushover (done app for all platform) where I could separate my users or just create their accounts using API endpoint and then provide them with details, so if you have recommendations, please do so!
I have not developed with it personally but where I work we use Amazon's Simple Notification Service to send notifications.
A similar one to Pushover is https://www.pusha.io. Pretty easy to integrate and a low monthly fee to have access on all devices.
Ron McCranie
UX, Front End Dev, E-commerce specialization
Article from google with links to a code repo on Github. developers.google.com/web/fundamentals/getting-st…
Here's a demo I found that's pretty nice. https://gauntface.github.io/simple-push-demo/