使用azure通知集线器发送模板推送通知消息

时间:2016-07-07 09:02:22

标签: push-notification azure-notificationhub

您好我想使用azure通知中心发送模板通知。我想在通知中发送json对象(键值对),并从应用程序站点处理它们并将显示。我尝试使用波纹管代码,但我没有收到通知!

    var notificationMessage = new Dictionary<string, string> { { "PushType", "0" }, { "Id","6" }, { "Type", "0"}, { "SubType", "0" }, { "Title", "test" } };

 await instance.SendTemplateNotificationAsync(notificationMessage, user.UserID.ToString());

1 个答案:

答案 0 :(得分:0)

如果不了解有关代码和配置的详细信息,很难确切地说出发生了什么。

但我建议您通过以下方法进行问题排查:

如果您无法使用上述链接找到解决方案,请与我们联系。