319 questions with Azure Notification Hubs tags

Sort by: Updated
0 answers

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…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
319 questions
asked 2024-10-01T13:46:54.2433333+00:00
Kule, Rohit 0 Reputation points
edited a comment 2024-10-03T08:24:03.7833333+00:00
Hima Bindu 0 Reputation points
3 answers One of the answers was accepted by the question author.

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…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
319 questions
Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,347 questions
asked 2024-04-16T12:06:03.7033333+00:00
Hiran Desai 50 Reputation points
answered 2024-10-01T10:56:36.9166667+00:00
Pieter Nijs 1 Reputation point MVP
1 answer

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…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
319 questions
asked 2023-11-02T13:13:46.5+00:00
Mayank Nisar 5 Reputation points
commented 2024-09-30T14:00:37.56+00:00
Amjath Khan 0 Reputation points
0 answers

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
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
319 questions
asked 2024-09-24T11:27:05.9933333+00:00
Hưng Lê Mạnh 0 Reputation points
commented 2024-09-27T06:39:38.5433333+00:00
VenkateshDodda-MSFT 20,696 Reputation points Microsoft Employee
0 answers

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
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
319 questions
asked 2024-09-26T12:43:12.7733333+00:00
N M 5 Reputation points
edited the question 2024-09-26T12:48:40.7766667+00:00
N M 5 Reputation points
0 answers

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
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
319 questions
Universal Windows Platform (UWP)
asked 2024-09-24T02:28:21.2033333+00:00
Klaus Krönert 31 Reputation points
commented 2024-09-24T07:01:01.5766667+00:00
Junjie Zhu - MSFT 17,806 Reputation points Microsoft Vendor
0 answers

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
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
319 questions
asked 2024-09-17T18:32:08.11+00:00
Dmitriy Borodiy 121 Reputation points
commented 2024-09-19T07:16:34.48+00:00
VenkateshDodda-MSFT 20,696 Reputation points Microsoft Employee
1 answer

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…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
319 questions
asked 2024-01-26T08:53:36.5733333+00:00
Mahalakshmi 0 Reputation points
edited the question 2024-09-17T18:56:41.4433333+00:00
VarunTha 8,060 Reputation points Microsoft Vendor
0 answers

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…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
319 questions
asked 2024-08-06T13:19:16.4233333+00:00
OKireev 0 Reputation points
edited the question 2024-09-17T17:52:05.1333333+00:00
VarunTha 8,060 Reputation points Microsoft Vendor
1 answer

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…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
319 questions
asked 2024-09-13T23:55:12.34+00:00
Vedant Goradia 0 Reputation points
edited the question 2024-09-16T04:05:55.8533333+00:00
VenkateshDodda-MSFT 20,696 Reputation points Microsoft Employee
1 answer

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…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
319 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,551 questions
asked 2024-07-03T09:52:15.5533333+00:00
Darli Varfi 0 Reputation points
commented 2024-09-13T22:10:19.0633333+00:00
Seth Dorris 0 Reputation points
0 answers

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
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
319 questions
asked 2024-09-13T15:11:36.0366667+00:00
Abinash Patra 41 Reputation points
edited the question 2024-09-13T15:28:22.09+00:00
Rakesh Gurram 7,500 Reputation points Microsoft Vendor
0 answers

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…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
319 questions
asked 2024-09-12T14:42:09.1133333+00:00
Akshay Chauhan 46 Reputation points
edited the question 2024-09-12T14:55:47.1866667+00:00
Akshay Chauhan 46 Reputation points
1 answer

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 Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
319 questions
asked 2023-05-08T12:50:31.31+00:00
glennoleum 16 Reputation points
commented 2024-09-07T19:43:36.4966667+00:00
Klaus Krönert 31 Reputation points
2 answers One of the answers was accepted by the question author.

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)…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
319 questions
asked 2024-05-03T15:32:22.46+00:00
Rumaisa K N 20 Reputation points
commented 2024-09-06T08:11:38.14+00:00
Aliu Ameen 0 Reputation points
0 answers

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
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
319 questions
asked 2024-08-01T09:57:22.4533333+00:00
Kevin 36 Reputation points
commented 2024-09-02T04:41:07.2+00:00
Ankur Bhambri 0 Reputation points
0 answers

Azure Video Communication Service Issues-Incoming calls

We have a video calling feature implemented for our app using Azure Video Communication Service and Azure Notification Hubs. Previously all the outgoing and incoming calls were perfectly working but surprisingly we have observed some inconsistencies on…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
319 questions
Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
859 questions
asked 2024-08-30T16:06:24.8366667+00:00
Doctore Admin 0 Reputation points
0 answers

Test Send fails for Toast but works for Raw

NotificationHub -Test Send fails for Toast but works for Raw. Says payload is incorrect, but it is generated by Azure?

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
319 questions
asked 2024-08-28T17:38:27.7566667+00:00
Scott Tattrie 5 Reputation points
edited the question 2024-08-28T20:57:53.94+00:00
VarunTha 8,060 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

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 Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
319 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,026 questions
asked 2023-11-16T16:47:00.6066667+00:00
Chris Phillips 35 Reputation points
edited a comment 2024-08-28T15:43:21.6+00:00
Mohamed Koumenji 0 Reputation points
1 answer

The Notification payload is invalid(WNS)

I follow the document to use azure console send toast message. And get "The Notification payload is invalid" reponse. (But choose "raw" type can successfully sent to the Push Notification System) I didn't change the example.…

Azure Notification Hubs
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
319 questions
asked 2023-09-22T01:03:03.7733333+00:00
Kyle Wang 10 Reputation points
commented 2024-08-28T15:37:06.36+00:00
Scott Tattrie 5 Reputation points