Hi, I have an app that is used for selling tickets. Multiple users can sell tickets for a single event.
Assuming that each user has enabled push notifications in the mobile app, is it possible to send a notification to all of the users who have opted in to notifications?
For instance if there are 5 users capable of selling tickets and User #1 sells a ticket, can the app notify the other 4 users that a ticket has been sold?
Thanks