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.
Rob,
Valley Software.