You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR should enable push notifications to be sent from the server to the player's device.
Solution
Currently this is unknown. You will need to research how to do this and implement the necessary steps to send push notifications. Unity has some utilities that allow you to register the user's device to a notification channel and get the id to be able to send them a notification, see here but we will need our server to be able to send to the google and apple push notification servers.
The text was updated successfully, but these errors were encountered:
Enhancement Description
This PR should enable push notifications to be sent from the server to the player's device.
Solution
Currently this is unknown. You will need to research how to do this and implement the necessary steps to send push notifications. Unity has some utilities that allow you to register the user's device to a notification channel and get the id to be able to send them a notification, see here but we will need our server to be able to send to the google and apple push notification servers.
The text was updated successfully, but these errors were encountered: