315 questions with Azure Notification Hubs tags

Sort by: Updated
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.
315 questions
asked 2024-09-17T18:32:08.11+00:00
Dmitriy Borodiy 116 Reputation points
commented 2024-09-19T07:16:34.48+00:00
VenkateshDodda-MSFT 20,226 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.
315 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 7,810 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.
315 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 7,810 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.
315 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,226 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.
315 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,526 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.
315 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,000 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.
315 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.
315 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.
315 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
2 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.
315 questions
Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,338 questions
asked 2024-04-16T12:06:03.7033333+00:00
Hiran Desai 50 Reputation points
commented 2024-09-02T10:41:05.4666667+00:00
Saravanan P 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.
315 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.
315 questions
Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
848 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.
315 questions
asked 2024-08-28T17:38:27.7566667+00:00
Scott Tattrie 0 Reputation points
edited the question 2024-08-28T20:57:53.94+00:00
VarunTha 7,810 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.
315 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,030 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.
315 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 0 Reputation points
0 answers

Impossible to register android device in Azure Notification Hub

0 I am trying to update my platform (mobile app in xamarin forms and backend in .net7) to set notifications on android devices via the google Fcmv1 system. Unfortunately I can't register the device on my Azure Notification Hub. I tried the various codes…

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.
315 questions
Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,338 questions
asked 2024-08-25T07:08:18.92+00:00
MCApp 21 Reputation points
commented 2024-08-27T03:23:24.0466667+00:00
brtrach-MSFT 16,121 Reputation points Microsoft Employee
0 answers

FCM v1 credentials results to "APNS certificate is expired" on Azure Notification Hub

I'm adding my Google FCM v1 credentials to Azure Notification Hub but it's resulting to this error: APNS certificate is expired I did check the cert expiration and they will expire on years 2026 and 9999 (2 certs). Thanks!

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.
315 questions
asked 2024-08-19T10:31:34.59+00:00
AG 0 Reputation points
edited the question 2024-08-19T11:33:06.1433333+00:00
AmaranS 6,020 Reputation points Microsoft Vendor
0 answers

Azure Notification Hub FCM V1

I went to Firebase (Firebase Cloud Messaging API (V1) Enabled ) in project settings Generated new private key json file and Firebase ,I was dowloaded to my machine,logged into azure naviagated my Hub,pasted all required values (Private Key,Client Email…

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.
315 questions
asked 2024-08-12T07:39:04.7+00:00
buyani.mhlongo 30 Reputation points
edited the question 2024-08-12T08:48:00.01+00:00
AmaranS 6,020 Reputation points Microsoft Vendor
1 answer

Backend code still sends notification to gcm instead of fcm v1 using notificationHubClient.SendFcmNativeNotificationAsync

Hello, I am able to register the device for FCM V1, once I get the notification token, I can send the test notification using azure hub overview -> Test Send option with format ` { "message": { "notification": { "body" :…

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.
315 questions
asked 2024-06-20T07:24:14.9633333+00:00
Yogini 0 Reputation points
commented 2024-08-06T17:03:41.99+00:00
Alec Larson 0 Reputation points
0 answers

CreateInstallation Expected Expiration Time Format

https://learn.microsoft.com/en-us/javascript/api/@azure/notification-hubs/devicetokeninstallation?view=azure-node-latest#@azure-notification-hubs-devicetokeninstallation-expirationtime Hi I want to use the expirationTime property and it says it gets a…

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.
315 questions
asked 2024-08-05T13:06:00+00:00
OKireev 0 Reputation points
edited the question 2024-08-05T16:50:35.1333333+00:00
OKireev 0 Reputation points