playMaker

Author Topic: Push notifications to a specific player ID  (Read 1425 times)

jasperPT

  • Full Member
  • ***
  • Posts: 115
  • I am a VFX Animator teaching myself to make games
Push notifications to a specific player ID
« on: May 14, 2017, 05:18:26 PM »
Hi

I am creating a turn based multiplayer setup for my game, and am trying to figure out how to best send a push notification to the player who's turn it is.

The way I thought it should work is:

I take my turn, then once that is done, my device sends a push notification to your device to say "hey its your turn!"

I have the player id for both android and iOS from my end when I am updating the game info on the server, and I am using ultimate mobile in my game as well.

It seems like it is something to do with parse, is that the right approach?

Has anyone done this before that could give some help with something that already has the actions built in?