307 questions with Azure Notification Hubs tags

Sort by: Updated
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.
307 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 5,220 Reputation points Microsoft Vendor
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.
307 questions
asked 2024-08-01T09:57:22.4533333+00:00
Kevin 36 Reputation points
commented 2024-08-08T12:39:08.29+00:00
SnehaAgrawal-MSFT 21,176 Reputation points
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.
307 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

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.
307 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,146 questions
asked 2024-08-06T13:19:16.4233333+00:00
OKireev 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.
307 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
1 answer

Sending APNS push notifications of Live Activity type using Azure Notification Hub

We want to send the APNS push notifications of type liveactivity using Azure Notification Hub to display a Dynamic Island. Azure Notification Hub works based on the Device Tag/Instance ID which are Azure specific. For sending a notification of type…

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.
307 questions
asked 2024-08-01T14:24:00.2766667+00:00
Rahul Rastogi 0 Reputation points
answered 2024-08-01T20:49:36.6+00:00
Grmacjon-MSFT 17,571 Reputation points
1 answer

Are Live Activity push notifications for APNS supported and if so, how?

Are Live Activity push notifications for APNS supported and if so, how? As per Apple documentation, Live Activity notifications have different token on the user's device, hence I use SBNotificationHub to register the device token. They also…

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.
307 questions
asked 2023-01-09T09:13:58.417+00:00
hatchery41 6 Reputation points
edited a comment 2024-08-01T14:13:55.4166667+00:00
Rahul Rastogi 0 Reputation points
0 answers

Baidu Azure notification overwrite the old one

Hello Microsoft team, When we send notification from azure notification of baidu platform, we received the notification. After we send again new notification from azure notification of baidu platform, we received the notification but it overwrite the…

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.
307 questions
asked 2024-07-31T06:58:18.1233333+00:00
Mi.Khine Zin Thet 0 Reputation points
edited the question 2024-07-31T07:12:42+00:00
AmaranS 5,220 Reputation points Microsoft Vendor
0 answers

Baidu Azure notification overwrite old one

Hello Microsoft team, When we send notification from azure notification of baidu platform, we received the notification. After we send again new notification from azure notification of baidu platform, we received the notification but it overwrite the…

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.
307 questions
asked 2024-07-26T07:29:04.0566667+00:00
berry 0 Reputation points
commented 2024-07-29T09:08:11.1+00:00
berry 0 Reputation points
1 answer One of the answers was accepted by the question author.

Unable to get Azure Communication Services to send Push notifications

I have push notifications working, my phone client has registered for global push (no tags) and one tag with my Azure Communications Services UserID. My assumption is that it will push a notification when a chat thread I am in receives a new message,…

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.
307 questions
Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
827 questions
asked 2024-06-24T19:09:45.2666667+00:00
Chad Butler 20 Reputation points
accepted 2024-07-26T12:45:33.8833333+00:00
Chad Butler 20 Reputation points
2 answers One of the answers was accepted by the question author.

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
Azure Notification Hubs
An Azure service that is used to send push notifications to all major platforms from the cloud or on-premises environments.
307 questions
asked 2024-04-19T14:57:24.39+00:00
Smitha Kalluparambil 85 Reputation points
commented 2024-07-25T15:36:10.2966667+00:00
Dick Nagtegaal - de Vries 15 Reputation points
0 answers

Baidu Azure notification overwrite the old one

Hello Microsoft team, When we send notification from azure notification of baidu platform, we received the notification. After we send again new notification from azure notification of baidu platform, we received the notification but it overwrite the…

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.
307 questions
asked 2024-07-24T06:48:49.2766667+00:00
berry 0 Reputation points
commented 2024-07-25T06:22:06.41+00:00
berry 0 Reputation points
0 answers

Baidu Azure notification request to get payload

Hello Microsoft team, When we send notification from azure notification of baidu platform, we received the notification. After we send again new notification from azure notification of baidu platform, we received the notification but it overwrite the…

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.
307 questions
asked 2024-07-22T03:16:58.33+00:00
berry 0 Reputation points
commented 2024-07-25T06:21:26.1966667+00:00
berry 0 Reputation points
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.
307 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,458 questions
asked 2024-07-03T09:52:15.5533333+00:00
Darli Varfi 0 Reputation points
commented 2024-07-23T21:15:47.88+00:00
Waeil Daoud 5 Reputation points
2 answers

If use Baidu push, only receive the same message. "Message From Baidu Cloud Push-Service"

When I send a Baidu push using Text Send from the Azure console, i receive only the same push notification continuously as in the attached image. But, I have confirmed that it is received normally when sending a push using the Baidu Server SDK. How…

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.
307 questions
asked 2023-04-16T12:14:52.9033333+00:00
IT 젠틀몬스터 5 Reputation points
answered 2024-07-22T03:19:35.4333333+00:00
berry 0 Reputation points
1 answer

Unable to update the Google (FCM v1) configuration in Azure NotificationHub

Hi, Uable to migrate from Google (GCM/FCM) to FCM V1. I have downloaded the JSON configuration from the firebase console but after updating below credential Getting error. Not able to update. Connected with firebase team but they have directed to…

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.
307 questions
asked 2024-06-25T13:35:38.3533333+00:00
Alok Kumar Pandey 1 Reputation point
commented 2024-07-18T05:20:49.8666667+00:00
SnehaAgrawal-MSFT 21,176 Reputation points
1 answer

azure notification spam from a subscription i don't own

hi, I am receiving e-mail security notifications for an Azure subscription I have no access to. not able to raise a support request as I have no active support plan. I think it's an older account with a personal e-mail for an EA agreement. horrible…

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.
307 questions
asked 2024-07-08T07:44:00.05+00:00
oneeightnine 0 Reputation points
commented 2024-07-17T07:39:42.93+00:00
ajkuma 25,236 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Expect invalid device token from Azure Notification Hub (APNS)

Hello, I have a Node.js backend server, and I have registered iOS devices with device tokens into ANH. I want to know when I send a notification from my server to a user or multiple users through ANH (with tags), and one of the users has an invalid…

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.
307 questions
asked 2024-07-04T13:05:07.6833333+00:00
Mohamed Koumenji 20 Reputation points
commented 2024-07-16T19:50:00.71+00:00
ajkuma 25,236 Reputation points Microsoft Employee
1 answer

How to Determine Invalid Token Status in Notification Hub Client Responses?

Hi everyone, I'm working with Azure Notification Hubs and I'm trying to verify the validity of device tokens after sending notifications using SendFcmV1NativeNotificationAsync and SendAppleNativeNotificationAsync. Based on some forum discussions, it…

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.
307 questions
asked 2024-07-10T19:12:28.57+00:00
Rayanne 0 Reputation points
answered 2024-07-11T08:43:50.8166667+00:00
Thomas Smith 0 Reputation points
1 answer One of the answers was accepted by the question author.

Error create subscription

I get an error message but it's not clear, can you tell me what I need to fix for my request?

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.
307 questions
Outlook
Outlook
A family of Microsoft email and calendar products.
3,541 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,618 questions
asked 2024-07-09T04:18:35.2133333+00:00
Lê Văn Hào 20 Reputation points
commented 2024-07-10T09:46:54.36+00:00
Lê Văn Hào 20 Reputation points