The windows push notification fails while trying to establish connection at the following code.
var channel = await PushNotificationChannelManager.CreatePushNotificationChannelForApplicationAsync();
It basically times out with 0x80070102 exception. We have disabled firewall and uninstalled the antivirus but it still fails.
Any suggestions?
User contributions licensed under CC BY-SA 3.0