如何使用 Azure 移动服务或通知中心向特定用户发送推送通知?

How to use Azure Mobile Services or Notification Hub to send Push Notification to a specific user?

任何人都可以建议我如何使用 Azure 移动服务Notification Hub 发送推送通知到特定用户?请就 Store Appnot Windows Phone Silverlight App)提出建议。

您的应用中应该有 userId 的概念。因此在 Notification Hub 中注册设备将 userId 指定为标签。然后您可以指定发送消息的标签,并且该消息将只传递给所需的用户。

一些教程:

http://azure.microsoft.com/en-us/documentation/articles/notification-hubs-windows-store-dotnet-get-started/

https://msdn.microsoft.com/en-us/library/azure/dn530749.aspxa