c# - Windows Push Notification Service Failed due to Time Out -


the windows push notification fails while trying establish connection @ following code.

var channel = await pushnotificationchannelmanager.createpushnotificationchannelforapplicationasync();

it times out 0x80070102 exception. have disabled firewall , uninstalled antivirus still fails.

any suggestions?


Comments

Popular posts from this blog

javascript - how to protect a flash video from refresh? -

visual studio 2010 - Connect to informix database windows form application -

android - Associate same looper with different threads -