I am creating an web app and a user can start a game with multiple players (your friends). This game is played on 1 device. Is it possible that all invited players get a notification on their device where they can accept or decline the invitation ?
So in steps
- Player 1 creates a game and invites player 2 and 3
- Player 2 receives a notification on his mobile device and presses accept, he is added as player of that game
- Player 3 doesn't have a device and enters his PIN to accept his participation.
The step that I want to have is step2. I have read about OneSignal who can send push notifications to specific users, but I could not find if you can send a response back (accept or decline). Or is there an other way (without to have a native app).