私はすでに通知を使用してアプリを公開していますが、今日(そしておそらく明日)から機能しなくなり、次を使用して(新しいアプリ用の)新しいリンクを作成できません。
pushChannel = New HttpNotificationChannel(channelName)
' Register for all the events before attempting to open the channel.
AddHandler pushChannel.ChannelUriUpdated, AddressOf PushChannel_ChannelUriUpdated
AddHandler pushChannel.ErrorOccurred, AddressOf PushChannel_ErrorOccurred
pushChannel.Open()
' Bind this new channel for Tile events.
If Not pushChannel.IsShellToastBound Then
pushChannel.BindToShellToast()
End If
If Not pushChannel.IsShellTileBound Then
pushChannel.BindToShellTile()
End If
サーバーがダウンしていませんか?証明書は使用しません。必要になった?
通知を送信したり、新しいチャネルを開いたりするには、「タイムアウト」を返します。