I have a tournament app and I want that if any player has joined the tournament then the notification should go to him only. Rest of the player will receive general notifications other than the tournament.
Thank You .
I have a tournament app and I want that if any player has joined the tournament then the notification should go to him only. Rest of the player will receive general notifications other than the tournament.
Thank You .
you can use push-notifications component or an online database then save device-id with his number or name of every user…
then you can send message to that user only