如何使用 Azure 移动服务或通知中心向特定用户发送推送通知?
How to use Azure Mobile Services or Notification Hub to send Push Notification to a specific user?
任何人都可以建议我如何使用 Azure 移动服务 或 Notification Hub 来 发送推送通知到特定用户?请就 Store App(not Windows Phone Silverlight App)提出建议。
您的应用中应该有 userId 的概念。因此在 Notification Hub 中注册设备将 userId 指定为标签。然后您可以指定发送消息的标签,并且该消息将只传递给所需的用户。
一些教程:
https://msdn.microsoft.com/en-us/library/azure/dn530749.aspxa
任何人都可以建议我如何使用 Azure 移动服务 或 Notification Hub 来 发送推送通知到特定用户?请就 Store App(not Windows Phone Silverlight App)提出建议。
您的应用中应该有 userId 的概念。因此在 Notification Hub 中注册设备将 userId 指定为标签。然后您可以指定发送消息的标签,并且该消息将只传递给所需的用户。
一些教程:
https://msdn.microsoft.com/en-us/library/azure/dn530749.aspxa