Reset App registration for WNS setup (Push Notification for Windows App)
I am trying to set up WNS for a Windows app following the official guide (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). The issue arises…
Web push browser notification using Azure notification hub
I have encountered some issues with Azure Notifications Hub and would appreciate your guidance in resolving them. I have configured the Azure notification hub and web push VAPID. But couldn't find any solution to subscribe and trigger notification…
Can I get detailed step-by-step for sending "Web Push Notification" from Azure Notification Hub ("Test push" is fine to start with) to a PWA created from Power Pages?
Can I get detailed step-by-step for sending "Web Push Notification" from Azure Notification Hub ("Test push" is fine to start with) to a PWA created from Power Pages? I need all code on client side including where to find values for…
Azure Notification Hub - Querying Notification Delivery Results by Tracking ID
How can the delivery results of notifications sent through Azure Notification Hub be tracked using the Tracking ID? We met a issue where we want to track the delivery of notification Normally, the Notification ID is used for obtaining the outcome…
Web push notifications with Azure Notification Hubs
Hello Everyone, I am new to Azure and i want more information from you about my problem. Now what i want to do is set a web push (browser push) notification from Azure notification hub and i want to integrate it to my backend that is in .net core. I…
Notification FcmV1 Credentials setup
I'm trying to migrate from FCM legacy into FCMV1 and unfortunately I cannot update the credentials in Azure Portal. I tried creating credentials both in Firebase and in Google Console, but none of them works. I tried using Portal as well as…
Authorization failure while registering a web subscription to Azure notification hub, Node JS
I have been trying to use the Browser(Web Push) for push notifications in browsers. The service worker and the subscription is successful, however while sending this subscription for registration on Azure notification hub, the register api fails with…
FCM V1 notifications are not delivered from Azure Notification Hub
I am following this Microsoft Guide to migrate from GCM/FCM notifications to FCM v1. From the guide, I - Configured the Firebase Service Account Credentials in Azure Notification Hub Updaeted backend and app (Xamarin) to use FCM v1 platform during…
How to fix Azure Notification hub issue
From past couple of days we are facing issue with Azure Notification hub service. Earlier the issue was with the Subscription billing, where one of our past payment was failed so the subscription got disabled and the Notification service was not…
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…
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…
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…
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…
How to re-register device in Azure Notification Hub and send push to old passes in the Apple Wallet?
Hi , We are using Azure Notification Hub to deliver PUSH to PASSES in the APPLE WALLET. Recently we removed and deleted the Hub and trying to re-register the devices with same token. New PASSES in the Apple Wallet Receives push. But Old PASSES didn't…
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…
What are the best services to manage push content and in-app advertisement management
I am working on an app using Microsoft Azure, and was wondering what are the best services in order to manage push content, like in and out of app notifications? The other question I had was are there services to either host ads myself within my app or…
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…
Not able to send push notification from Azure Notification Hub after migrating to FCMv1 from FCM Legacy API
I am updating my production service to use FCMv1 APIs instead of FCM legacy as they have been terminated by ANH. After updating I am sending test notification from azure portal from Notification Hub -> Test Send. I am able to send normal messages like…
How do I remove devices from my Notification Hub via the Azure portal?
I would like to manually manage the list of Active Devices on my Notification Hub. Even as Service Administrator I don't see any option for that in the Azure portal. An alternative solution would be to do this via the Visual Studio Server Explorer.…
Azure Notification Hub on sending fcm v1 notification says "The Notification could not be delivered due to an unknown error"
Followed the steps as per migration guide- https://learn.microsoft.com/en-gb/azure/notification-hubs/notification-hubs-gcm-to-fcm Generated new private key from firebase console✔️ set up private key, client email, project id to azure Google (FCM v1)…