Trying Windows Notification Service on the windows 10 desktop.
This line gets 0x880403E8 on "Local Machine" but works perfectly on "mobile emulator".
var channel = await PushNotificationChannelManager.CreatePushNotificationChannelForApplicationAsync();
Turning off windows firewall didn't have any affect. What could be the reason?