Azure的通知中心:如何每条信息遥测看法? [英] Azure Notification Hub: How to view per message telemetry?

查看:163
本文介绍了Azure的通知中心:如何每条信息遥测看法?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在对Azure的通知集线器定价页:
https://azure.microsoft.com/en-us/pricing/详细信息/通知,集线器/

On the pricing page for Azure Notification Hubs: https://azure.microsoft.com/en-us/pricing/details/notification-hubs/

据指出,标准的命名空间访问每个消息遥测和推送通知服务反馈。我使用的是标准的命名空间。

It states that "Standard namespaces have access to Per Message Telemetry and Push Notification Services Feedback". I am using a Standard namespace.

应用程序是从我的后端使用C#通知中心客户发送基于模板的通知iOS应用程序。例如:

The app is sending template based notifications to an iOS app from my back end using the C# Notification Hub client. For example:

NotificationOutcome result = await hub.SendTemplateNotificationAsync(params, tags);

该result.State是回来了正在排队,但有些通知未被传递,我试图找出原因。 (有轮毂无不良注册 - 我已经检查过。)

The result.State is coming back as Enqueued, but some notifications are not being delivered and I am trying to figure out why. (There are no bad registrations in the hub - I have already checked that.)

在Azure的门户,我可以看到由集线器,错误等接收到的消息的汇总指标 - 但我似乎无法查看推送消息的具体结果,以确定为什么它没有达到该设备,甚至如果它被成功移交给APNS。

In the Azure portal, I can see aggregate metrics of messages received by the hub, errors, etc. - but I cannot seem to view the specific results of a push message to determine why it failed to reach the device, or even if it was successfully handed off to APNS.

我怎么能看到一个试图推动的结果?这甚至可能与Azure的通知集线器?

How can I see the results of an attempted push? Is this even possible with Azure Notification Hubs?

推荐答案

你有没有尝试提琴手+的 https://msdn.microsoft.com/en-us/library/azure/mt608135.aspx

Did you try Fiddler+https://msdn.microsoft.com/en-us/library/azure/mt608135.aspx ?

另外,据我所知,苹果不能保证所有通知的传递。
1)是苹果的推送通知服务可靠吗?

Also, as far as i know, Apple does not guarantee the delivery of all notifications. 1) Is Apple's push notification service reliable?

更多的是,
2)的https://azure.microsoft.com/en-us/documentation/articles/notification-hubs-faq/

一个PNS不保证任何SLA用于递送通知;然而,典型的是,绝大多数的推送通知的被递送到目标几分钟(通常在10分钟的范围)从时刻它们被发送到内的设备提供了平台。

"A PNS does not guarantee any SLA for delivering notifications; however, typically a vast majority of push notifications are delivered to target devices within a few minutes (usually within the limits of 10 minutes) from the time they are sent to our platform. "

这篇关于Azure的通知中心:如何每条信息遥测看法?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆