UWP App support Windows Notifications for Sideload or Non-Store Apps

Saravanan Rajaram 0 Reputation points
2024-07-17T18:34:06.3+00:00

We built two packages for the UWP app , one is a sideload and another a windows store package.

Windows store app support windows notification because its used same publisher id which has configured in App store.

But side load app does not receive windows notification due to we changed publisher id in order create align certificate.

Can you help us how to get windows notification for side load app as like windows store app?

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,609 questions
Universal Windows Platform (UWP)
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Junjie Zhu - MSFT 16,551 Reputation points Microsoft Vendor
    2024-07-18T03:38:26.1433333+00:00

    Hi @Saravanan Rajaram ,

    Welcome to Microsoft Q&A!

    how to get windows notification for side load app as like windows store app?

    According to the document Windows Push Notification Services (WNS)

    Before you can send notifications using WNS, your app must be registered with the Store Dashboard. To send a notification, the cloud service must be authenticated through WNS. The first step in this process occurs when you register your app with the Microsoft Store Dashboard. During the registration process, your app is given a Package security identifier (SID) and a secret key. This information is used by your cloud service to authenticate with WNS.

    Because your sideload app uses a different Package family name, it is essentially another independent app. And because it can't be registered in the store, it can't use WNS like windows store app.

    Thank you.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    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 comments No comments