Azure 通知中心 : Count is not updated in Active Device limit count after delete registration from backend

标签 azure push-notification notifications limit azure-notificationhub

我正在使用

等待 hub.DeleteRegistrationAsync(registration.RegistrationId,registration.ETag);

手动从 Azure 通知中心删除注册的方法,但它不会更新通知中心中的事件设备限制计数。

如何删除集线器中的限制计数?

有人对此有想法吗?

最佳答案

您的做法是正确的 - 与您的命名空间/中心关联的设备数量最多可能需要 24 小时才能在门户中更新。

关于Azure 通知中心 : Count is not updated in Active Device limit count after delete registration from backend,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/74689402/

相关文章:

azure - 实体的 LUIS 批量测试不起作用

node.js - 如何通过 SSH 连接到 Node 容器应用程序?

消息应用程序的 IOS 推送通知

android - FirebasePushNotificationPlugin(xamarin) - 当应用程序在后台时不会触发事件(android)

android - NotificationCompat.Builder 中通知时出现 NullPointerException

powershell - Azure 交换不工作

authentication - 报告服务身份验证问题

ios - Swift:当应用程序在后台运行时,无法使用 pushNotification 的信息刷新 rootViewController

ios - 显示通知的键盘不叫 iOS 12

ios - 如果在 iOS didReceiveRemoteNotification 中向 GCM/FCM 发送 "data"(但 "notification"有效)有效负载,则不会收到推送通知