(iOS) Push Notifications when other Players create Room

Options
Hey everyone,

I just released my first game for iOS. It's a multiplayer, last-man-standing sort of game. Due to the game being relatively new, I don't have a huge player base and other players sometimes have to wait very long to play with others. I thought one solution would be to notify everyone if someone wants to play (creates a room) and all the players get a notification. I'm using PUN and I don't have any experience with networking on server stuff. I don't really know where to start and so I decided ask here. Is this is even possible and if yes, how should I go about doing this and where should I start? Thanks in advance! Cheers!

Comments

  • JohnTube
    JohnTube ✭✭✭✭✭
    edited March 2018
    Options
    Hi @Boby4458,

    Thank you for choosing Photon!

    Photon does not provide push notifications feature.
    What we provide though is webhooks to integrate with your own backend or another third party service that supports push notifications.
    Our partners at PlayFab have this.