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

c# - HttpResponseMessage System.InvalidOperationException -

sql - Postgresql error: "failed to find conversion function from unknown to text" -