Push Notifications in UWP. It couldn’t be simpler

I have to admit, I didn’t expect adding push notification services to an app could be so simple.

However in a Windows 10 UWP app, it really is just two lines of code!

Step 1) Install the Microsoft Store Services SDK on your development PC

Step 2) Add it to your project as a Reference.

Step 3) Add a line of code to your app startup which registers the notification channel.

That’s it!  Now you can send targeted notifications to users from the Dev Center.

MS Tutorial is here

Rob,
Valley Software.

Leave a Reply

Your email address will not be published. Required fields are marked *