Windows Push Notification Service Failed due to Time Out

8

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?

c#
windows
push-notification
windows-phone-8.1

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0