Hi,
我曾尝试发送消息到windows store客户端,使用的是SendWindowsNativeNotificationAsync方法,加上"tag"后能够正常的按照tag进行消息的筛选,下面是Microsoft.Azure.NotificationHubs程序集中的两个方法,所以我感觉不是SDK使用上的问题
public Task<NotificationOutcome> SendWindowsNativeNotificationAsync(string windowsNativePayload, string tagExpression);
public Task<NotificationOutcome> SendBaiduNativeNotificationAsync(string message, string tagExpression);
我建议你按照这篇文章检查下你的步骤:http://www.windowsazure.cn/zh-cn/documentation/articles/notification-hubs-baidu-get-started/。 或者提供更详细的信息方便我们还原问题。
Best Regards,
Jambor
如果您想进一步了解Windows Azure,
Windows Azure
官网欢迎您的访问
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click
HERE to participate the survey.