Push Notification (PN) service is used to allow a server app to push notifications to mobile app installations. The server app will dispatch notifications to the mobile device indirectly, by sending it to a PN service:
To use this component, install the Zebble.PushNotification nuget package.
It's open source and available on GitHub. Also we welcome any contributions to enhace it.
The Zebble project template contains a file named App.UI\PushNotificationListener.cs. All you need to do is fill in the blanks. It's fairly self explanatory.