【发布时间】:2012-02-01 09:58:14
【问题描述】:
/*Get the URI that the Microsoft Push Notification Service returns to the Push Client when creating a notification channel.
Normally, a web service would listen for URIs coming from the web client and maintain a list of URIs to send
notifications out to. */
string subscriptionUri = TextBoxUri.Text.ToString();
在MSDN 上给出的描述中缺少关于推送客户端如何将 URI 与 web 服务同步的更多信息。 那么,有谁知道如何让我的应用程序使用 Windows Phone 的推送通知客户端将其 URI 发送到 MPNS,iso 必须手动将它们复制粘贴到我的 Web 应用程序中? 格雷茨GP
【问题讨论】:
标签: client-server push-notification windows-phone-7.1 mpns