Azure Notification Hub on Free Plan get billed $400 / month
We are using the Azure Notification Hub free tier. Previously, we were in the paid tier with 'availability zone' turned on; later, we switched to the free tier. However, we are still being billed for the last two months for notification hub usage. Has…
Azure Notification Hubs
Devices aren't registering after creating a new namespace in notification hubs.
Hi Everyone, I had to create a new notification hub namespace and I've updated my code connection string, however the devices aren't registering like it did on the old namespace. I made sure FCM v1 is configured identical to the old namespace and…
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
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…
Azure Notification Hubs
FMC v1 test send message failed
I am trying to set up FCM v1 in Azure notification hub. I generated private key in Firebase Console by choosing Service accounts -> generate new private key. In Azure notification hub i entered data from json downloaded in previous step (private…
Azure Notification Hubs
Azure Push Notification Hub is not sending notification on Andriod device using FCM V1
I have created a push notification hub and configured the FCM v1 credentials on Azure hub page. I'm calling CreateFcmV1TemplateRegistrationAsync to add registration And SendTemplateNotificationAsync to send the notification to FCM v1 device. However…
Azure Notification Hubs
Azure Notification Hub + FCM v1 returns 201 Created, but notifications not received in Flutter Web app
I'm using Azure Notification Hub integrated with Firebase FCM v1 to send notifications to a Flutter Web app. I have successfully uploaded the Firebase service account details under the Notification Hub’s Firebase (FCM v1) configuration. Steps…
Azure Notification Hubs
Unauthorized, invalid SAS token accessing Notification Hub rich telemetry using Standard Tier
I have tried every permutation I can find and or co-author with GitHub CoPilot Pro. I recently changed from the Free Tier to the Standard Tier so I can access per message telemetry in an attempt to verify a payload being sent using device registered…
Azure Notification Hubs
I am unable to deploy notification Hub.
I am unable to deploy Notifications Hub. Looking at the activity log, it is stuck at "Get Namespace Resource". The resources section shows that the hub namespace is created, However the Hub itself isn't deployed. Attached are the…
Azure Notification Hubs
How to void my bill charged by Notification Hubs - Availability Zones
I was using Azure Notification Hubs in free tier for sometimes. However I was charged by this year with Notification Hubs - Availability Zones which it should not activated by me. I would like to ask it is normal to charge with Notification Hubs -…
Azure Notification Hubs
push notifications not working with Azure Notification Hubs and Google Firebase Cloud Messaging migration
I have developed ionic capacitor app for push notifications with recent changes Azure Notification Hubs and Google Firebase Cloud Messaging migration all the setup according to documentation provided but i could not see my device is registerd over the…
Azure Notification Hubs
Error Sending FCM v1 Notification: "The notification has no target applications"
I'm using Google Firebase Cloud Messaging (FCM) v1 API to send notifications. I have configured my project with the following details: Private Key Client Email Project ID Response : { "message": "Error sending notification: The…
Azure Notification Hubs
Azure Notification Hubs Browser Push
With the latest SDK - it is not possible to implement the sample code MS has given in the below URL. Am I correct in thinking that we will have to wait on a newer SDK release of Microsoft.Azure.Notificationhubs because …
Azure Notification Hubs
Unable to add FCM v1 private key (Google FCM V1)
Does that look ok ? I copied the exact strings from the json file I got from Google FCM. It is a migration from the legacy GCM. I followed the guide. Is there a trick ? I know for sure the credentials are good. I even created new credentials but got the…
Azure Notification Hubs

When I try to do "Test Send" but it seems not works: The Notification payload is invalid.
Dear All, The documentation that I am following: https://learn.microsoft.com/en-us/azure/notification-hubs/notification-hubs-windows-store-dotnet-get-started-wns-push-notification#create-an-app-in-windows-store I sent toast with default…
Azure Notification Hubs
The Push Notification System handle for the registration is invalid - FCMV1
Hello, I am trying to get Push Notification on Android going in my MAUI app. I am using Azure Notification hub for my hub and have the FCMV1 configured. I am using the NotificationHubClient.CreateOrUpdateInstallationAsync to get the device registerd. I…
Azure Notification Hubs
Template notifications are only pushed to devices when EnableTestSend is true
Hi, I'm trying to debug an issue where template notifications aren't being pushed to devices in a Production Notification Hub anymore. This used to work and is working in a separate sandbox Notification Hub. I see EnableTestSend is used for diagnosing…
Azure Notification Hubs
App-Crash with Microsoft.Azure.NotificationHubs
Hello, i have a UWA Project. To send Notification, in history i use the REST-API from Azure Notification Hub. But still not works if i will use/build a Release App in Visual Studio. On Android, no issue with the NUGET if i will send Notification On…
Azure Notification Hubs
Developer technologies | Universal Windows Platform (UWP)

The Notification payload is invalid when I try to send test message via Azure Notifications Hub
<?xml version="1.0" encoding="utf-8"?> <toast> <visual><binding template="ToastText01"> <text id="1">Test message</text> </binding> </visual> </toast> This is…
Azure Notification Hubs

CreateOrUpdateInstallation returns 200 status code but the installation doesn't get updated.
I was trying to update expiration time of a batch of installationIds. I had succeeded in updating 71/77 installations but for some reason 6 installations returned 200 http status code but they didn't change. I ran the updating multiple times but it's…