Why Notifications Fail in Azure Notification Hub and How to Fix Them
I'm using Azure Notification Hub to send Web Push Notifications. When I use VAPID_PRIVATE_KEY and VAPID_PUBLIC_KEY directly and web-push, notifications work correctly on my website and I receive them on my Windows device. However, when I try to send…
Azure Notification Hubs
Notification Hub Installations not being created or deleted
In the last few days, Notification Hubs have no longer been listening to any requests made to the 'installation' components, while not throwing errors. For example, if I were to create a new installation, it will succeed (200 response) however I will not…
Azure Notification Hubs
Azure
Microsoft.Azure.NotificationHubs does not register Android and iOS Devices
We are running a .NET 4.8 server application that is handling APN and FCMv1 registrations for our Android and iOS Client devices. This server application uses the Azure Notification Hubs Nuget-Package to do so, while we construct the necessary…
Azure Notification Hubs
SendFcmV1NativeNotificationAsync is missing in INotificationHubClient
I'm trying to use the dependency injection when using the NotificationHubClient, for this I'm trying to use the INotificationHubClient but there the method SendFcmV1NativeNotificationAsync is missing while it is available in it's implementation…
Azure Notification Hubs
Call to NotificationHubClient.SendTemplatenotificationAsync() returns ServiceUnavailable response
Our calls to NotificationHubclient.SendTemplatenotificationAsync() had been working up until yesterday. With no changes to the service making calls to NotificationHubClient.SendTemplatenotificationAsync(), We started receiving the below errors. Our…
Azure Notification Hubs
Cannot send a Toast Notification through Notification Hub Error: The Token obtained from the Token Provider is wrong
I have set up a Notification Hub and have configured my app as described in this tutorial: https://free.blessedness.top/en-us/azure/notification-hubs/notification-hubs-windows-store-dotnet-get-started-wns-push-notification . I have configured the app…
Azure Notification Hubs
Azure Notification Hub REST API to get all registrations using paging with continuation token not working
Hi, I'm using the GET all registrations API and there's a lot of registrations so i'm paging using the documented x-ms-continuationtoken but, I keep getting duplicates like it's not paging. The token doesn't change in the response on each request (not…
Azure Notification Hubs
iOS devices don't receive notifications for some templates
We use seven tags and twelve templates to send notifications to devices. For Android devices, this works without any issues. However, for iOS devices only, some templates don't receive any notifications. The templates that don't receive notifications…
Azure Notification Hubs
PushNotifications: Upgrade to FCMv1 is not delivering Templated Notifications from Azure
Using this link GCM/FCM notifications to FCM v1. I am trying to migrate from GCM/FCM notifications to FCM v1. From the guide, I - Configured the Firebase Service Account Credentials in Azure Notification Hub. Updated backend SDK C# code use FCM v1…
Azure Notification Hubs
Where to get App SID for a Windows Notification Server if I have a Entra Id Line of Business App?
I have a WinUI .NET Maui Windows App that does not get published on the Windows Store - it is a Line of Business app - when setting up Windows Push Notification server via Azure Portal as part of Azure Notifications Hubs - it requires that I get the App…
Azure Notification Hubs
How to link a currently existing Azure app with a newly register microsoft dev center application to gain access to wns services.
Hi, I am trying to register for push notifications using the sample provided at the official windows github. I could not get access to the company infrastructure and needed to register my own. In order to add wns to my azure subscription i need a…
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
Notification Hub - Can't add WNS service - Invalid WNS credentials
https://free.blessedness.top/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
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 21 days ago, but I haven't received a completion notification yet.I see this question has been asked before and received an answer albeit vague. Is there any…
Azure Notification Hubs
Notification Hub Logs Not Appearing in Log Analytics Despite Diagnostic Settings
We have a Notification Hub namespace (VN-a99fb) configured with diagnostic settings to send logs to a Log Analytics workspace (gps-a99fb) in the canadacentral region. Despite triggering activity via test notifications, no logs appear in the…
Azure Notification Hubs
unable to receive logs from notificationhubnamesapce to log analytic workspace
I have added diagnostic setting to notification hub ang directed logs to log analytic workspace but I am not receiving any logs
Azure Notification Hubs
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
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
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