Unable to update FCMV1 credentials on Azure
Hi - I'm trying to update my FCMv1 credentials on Azure Notification hubs. Here is my JSON file. project_id: REDACTED private_key: -----BEGIN PRIVATE KEY-----\nREDACTED\n-----END PRIVATE KEY-----\n client_email: REDACTED.iam.gserviceaccount.com I keep…
Azure Notification Hubs
Notification Hub - Can't add WNS service - Invalid WNS credentials
https://learn.microsoft.com/en-us/azure/notification-hubs/create-notification-hub-portal. I need to push a WNS to my UWP app, and follow the guide above like belows. First, add a new App on Store, get the SID. Second, go to Azure and find the App, Then,…
Azure Notification Hubs
There is no notification hub resource in my subscription but billing support said there is nottification hub availability zones usage
I have deleted notification hub in Azure web portal resource last year. There is nottification hub charge suddenly generated since Jan2025. I checked with Azure billing support and they said there is nottification hub availability zones usage, so there…
Azure Notification Hubs
I am having problem with Android Push Notifications.
I am encountering an issue while trying to register an Android device for push notifications via Firebase Cloud Messaging (FCM) v1 in Azure and also using a azure chatUI library version(1.0.0-beta3) with chat client. Despite following the documentation,…
Azure Notification Hubs
Why am I being charged ~10 EUR/day for Notification Hub Free Tier?
Hi, I'm being charged around 10 euros per day for Azure Notification Hub, even though I selected the Free Tier. I double-checked the configuration and I haven’t enabled any of the paid options like: Availability Zones ("Enable availability…
Azure Notification Hubs
Azure Notification Hub: Test Send returning unknown error on browser push, although info is passed correctly with tags
We are experiencing failure when test sending notification to browser Test Send returning unknown error on browser push, although info is correctly passed, and we also have on our side browser registered with tag which is passed. (check screenshots) …
Azure Notification Hubs
Azure Notification Hubs: not registering device using "Create or overwrite an installation" REST API, but API giving 200
We are experiencing issues with registering devices in our Azure Notification Hubs using the "Create or overwrite an installation" REST API. Although the API returns 200, the device doesn't get registered, and the "Installation GET"…
Azure Notification Hubs
I am getting internal server error when trying to send notification using anh.
Notification payload: { "notification": { "title": "Notification Without URL", "body": "This notification does not include a URL" }, "data": { "url": "" } } Error…
Azure Notification Hubs
WNS sometimes not received
We are experiencing issues with Windows Push Notifications (WNS) not being delivered to our application endpoints. The push notification is sent successfully from our server, but the response indicates the message is dropped due to a blocked…
Azure Notification Hubs
Azure Notification Hub: FCM V1 (The Push Notification System rejected the request because of an invalid credential)
Hi, I have setup Azure Notification from scratch and set up FCM V1 using the tutorial https://learn.microsoft.com/en-us/dotnet/maui/data-cloud/push-notifications?view=net-maui-9.0 When all setup I receive the message The Push Notification System…
Azure Notification Hubs
Status Check: Crash in Azure Notification Hub for iOS (GitHub Issue #146)
Are there any updates on the crash issue related to Azure Notification Hub for iOS? GitHub Issue #146
Azure Notification Hubs
Notifications Hub Completely Down
Starting early this morning, we can't seem to make any requests to an Azure Notifications Hub. Any attempt to hit an endpoint results in a timeout. I went to check the access policies tab in the Notifications Hub namespace to make sure there wasn't an…
Azure Notification Hubs
Notification Hub - EAST-US
Hi, Can you tell me if there is any incident with the notification hub resources, as all of mine are down and my applications are having an error? Microsoft.Azure.NotificationHubs.Messaging.MessagingCommunicationException: The request has timed out after…
Azure Notification Hubs
How to fix Azure Notification Hub Client timeouts with error "The request has timed out after 0 milliseconds."
Starting from 2025-06-03 06:00am (UTC). All our NotificationHub requests fail with error "The request has timed out after 0 milliseconds." We have several hub namespaces (test and production). We get errors for all of them. Here is the simple…
Azure Notification Hubs
Turn off availability zones in notification hub
I am trying to disable the availability zones in Notification hub with Basic pricing tier, but can't find an option to turn off . The hub resource is located in North Europe . Any suggestions to turn off the availability zones ?
Azure Notification Hubs
Notification Service Issue, Cannot send push notifications (event test) and get credential info in azure notification hub
We are currently unable to send push notifications due to a timeout issue. This is affecting all environments, including production. It appears to be related to an issue on Azure’s side, which is causing delays and timeouts. Logs when we try to get…
Azure Notification Hubs
I want to remove the availability zone from my notification hugs
I want to remove the availability zone from my notification hubs. The availability zones were added to my account with approval. The hubs are in production so I cannot move to new ones.
Azure Notification Hubs
Windows App SDK Push Notifications Mapping Request is not processed
I followed the instructions here to send a Windows App SDK Push Notifications Mapping Request to Win_App_SDK_Push@microsoft.com 21 days ago, but I haven't received a completion notification yet.I see this question has been asked before and received an…
Azure Notification Hubs
Azure Notification hub cost exceeds $10/day when signed up for basic tier at $10/month
I've signed up for Azure Notification basic tier that should set me back $10/month but in reality the cost exceeds $10/day. It's only been a week and project has not really started yet so there are 0 registrations so far and Availability zones are…
Azure Notification Hubs
Invalid WNS credentials when setting up Azure Notification Hubs with UWP app
I have been following these instructions to set up Azure Notification Hubs with my UWP app: https://learn.microsoft.com/en-us/azure/notification-hubs/notification-hubs-windows-store-dotnet-get-started-wns-push-notification I have used a personal…