Where is the exact documentation on how to use Push Notifications in UWP apps?

Connor Park 31 Reputation points
2021-09-13T06:15:31.353+00:00

Hi

I searched various contents about push notification today.
I want to register my app in Microsoft Store and add Push Notification to that app. So, I went to the Product management - WNS/MPNS page of the app.

Below is what's on that page.

Push notifications
Windows Push Notification Services (WNS) and Microsoft Azure Mobile Apps
The Windows Push Notification Services (WNS) enables you to send toast, tile, badge, and raw updates from your own cloud service. Learn more

: Click Load more and you will see a page created in 2015. That page doesn't seem to help.

In order to manage your WNS configuration, you must be logged in with the Microsoft account that opened your Dev Center account. You are currently logged in with this account. If you have an existing WNS solution or to update your current client secret, visit the Live Services site.

: When I click on the "Live Services site" link, it comes up with an outdated page and says it's not usable. Then, the Azure portal will tell you to go to the App registrations page.

You can also use Microsoft Azure Mobile Apps to send push notifications, authenticate and manage app users, and store app data in the cloud.Sign in to your Microsoft Azure account or sign up now to add services to up to ten apps for free.

: When I click the "Microsoft Azure Mobile Apps" link I get a 404 - Page not found. The Sign in link also gives an error page.

So, I don't know which document to refer to to add a push notification service to a UWP app. Please provide the latest information.

Universal Windows Platform (UWP)
0 comments No comments
{count} votes

Accepted answer
  1. Roy Li - MSFT 31,766 Reputation points Microsoft Vendor
    2021-09-13T08:34:36.913+00:00

    Hello,

    Welcome to Microsoft Q&A!

    There are two ways of publishing notifications in UWP apps.

    First, if you want to push notifications from your own server then you will need to use the Windows Push Notification Services (WNS). I'm not sure what document that you are referring to but you could check this - Windows Push Notification Services (WNS) overview. It contains the full process of using WNS to push notifications.

    Second, you could try to push notifications from the Partner Center directly. Please take a look at this document: Send notifications to your app's customers. This is the tutorial about how to configure your app and send notifications to your app from the Partner Center.

    Thank you.


    If the response is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful