Azure Notification Hub视图使用标记进行注册

nor*_*r0x 4 azure push-notification apple-push-notifications azure-mobile-services azure-notificationhub

Azure Notification Hub用来向多个移动平台发送推送通知.

通过注册Mobile Service我为推送通知指定了几个标签Notification Hub.我的问题是如何查看已注册的所有注册和所有标签?

我在管理门户或Visual Studio中找不到任何内容.是否有可用于显示所有注册的工具Notification Hub

小智 6

对于程序访问,https://msdn.microsoft.com/en-us/library/azure/dn790624.aspx可用于导出注册和https://msdn.microsoft.com/en-us/library/azure/ dn223270.aspx将允许您阅读集线器中的所有注册.要在Visual Studio中查看注册,请按照https://azure.microsoft.com/en-us/documentation/articles/notification-hubs-diagnosing/中的"验证注册"部分进行操作.希望这可以帮助!