无法获得UWP Windows通知服务的频道uri

时间:2018-01-30 09:42:56

标签: c# xamarin uwp xamarin.uwp wns

我正在尝试编写一个代码来接收xamarin中的Windows推送通知。

到目前为止,我可以从Windows开发者帐户获取package SIDapplication idclient secret密钥。后来我将我的应用程序与Visual Studio 2017联系起来。

当我尝试使用以下代码获取频道时,我会收到错误

var channel = await PushNotificationChannelManager.CreatePushNotificationChannelForApplicationAsync();

没有应用ID的错误

enter image description here

应用程序ID错误

enter image description here

  1. 我在具有Windows 10的本地计算机上运行我的构建
  2. 我尝试使用本地网络,wifi甚至移动热点连接我的机器,只是为了检查是否有任何阻塞与WNS服务器建立连接。
  3. 我正在使用Windows 10 sdk Anniversary Edition 1493

0 个答案:

没有答案