Description
Describe the bug
I have small MSIX packaged test app to test WindowsAppSDK push notifications. The app uses WindowsAppSDK raw notifications and the code is just copy paste in its C# variant from here https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/notifications/push-notifications/push-quickstart. I can provide the VS solution if needed but I don't believe the problem is in my code since it works, except on some Windows 10 builds.
The push notifications works on different windows version except on Windows 10 22H2 (19045.5555) and Windows 10 22H2 (19045.54875). We ran the code on older Windows 10 1809 and it still works but not on the mentioned windows builds. It also works on all Windows 11 builds we tried.
The sender app that make the REST request for sending the notification returns 403 Forbidden and the client app never receive the notification but only when the client app is ran on Windows 10 22H2 (19045.5555) or Windows 10 22H2 (19045.54875)
Is there a way to find a trace or logs on azure why exactly the push notifications fails so I can help with troubleshooting this issue?
Steps to reproduce the bug
Run push notification code on Windows 10 22H2 (19045.5555) and Windows 10 22H2 (19045.54875)
Expected behavior
No response
Screenshots
No response
NuGet package version
Windows App SDK 1.6.3: 1.6.250108002
Packaging type
Packaged (MSIX)
Windows version
Windows 10 version 22H2 (19045, 2022 Update)
IDE
Visual Studio 2022
Additional context
No response