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
Post a Comment