When you try to establish a connection using the following code, a notification about window removal is issued.
var channel = wait PushNotificationChannelManager.CreatePushNotificationChannelForApplicationAsync ();
This basically throws exception 0x80070102. We disabled the firewall and removed the antivirus, but it still does not work.
Any suggestions?
source
share