Where is the registration for WNS available in the Windows Developer Center?

Showbox app 0 Reputation points
2023-10-10T01:24:52.07+00:00

I'd like to learn how to activate Windows Notification Services for UWP apps.

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
4,853 questions
Microsoft Intune iOS
Microsoft Intune iOS
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.iOS: An Apple mobile operating system.
190 questions
Microsoft Intune Android
Microsoft Intune Android
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Android: An open-source mobile platform based on the Linux kernel, developed by Google, and maintained by the Open Handset Alliance.
242 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Catherine Kyalo 650 Reputation points Microsoft Employee
    2024-01-16T10:30:06.62+00:00

    To register for Windows Notification Services (WNS), follow these steps:

    1. Go to the Windows Dev Center Dashboard: https://developer.microsoft.com/en-us/dashboard/
    2. Click on "Create a new app" or select an existing app.
    3. Click on "Services" in the left-hand menu.
    4. Click on "Push notifications" in the Services list.
    5. Follow the steps to generate a Package SID and a Secret Key.
    6. Use these values to configure your app for push notifications.

    You can find more information about how to register for WNS in the following Microsoft documentation link: https://docs.microsoft.com/en-us/windows/uwp/design/shell/tiles-and-notifications/windows-push-notification-services--wns--overview

    0 comments No comments