295 questions with Azure Notification Hubs tags

Sort by: Updated
0 answers

How to identify whether IOS Push Mobile Device token is invalid or not

We're sending Push Notification based on the device token using the SendDirectNotificationAsync() function and we're able to see the bad channel or expired channel errors for IOS devices in Azure Notification Hub Data Metrics. For Android push Mobile…

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.
295 questions
asked 2024-07-03T11:16:11.0233333+00:00
S, Selvaraj 31 Reputation points
commented 2024-07-05T12:21:07.0866667+00:00
S, Selvaraj 31 Reputation points
1 answer

Why 3 duplicates of a Notification Hub installation are created?

The issue was on the application side and has been resolved.

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.
295 questions
asked 2024-07-03T15:57:22.9033333+00:00
Oleksandr Pastukhov 0 Reputation points
commented 2024-07-05T10:30:34.9166667+00:00
Oleksandr Pastukhov 0 Reputation points
0 answers

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.
295 questions
asked 2024-07-04T13:05:07.6833333+00:00
Mohamed Koumenji 0 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.
295 questions
asked 2024-06-20T07:24:14.9633333+00:00
Yogini 0 Reputation points
commented 2024-07-04T10:21:59.3166667+00:00
ajkuma 24,396 Reputation points Microsoft Employee
0 answers

Why Notification Hub installations are not removed on expiration time?

Hello, we're working on an application that uses Azure Notification Hub for sending push notifications. The application utilizes Notification Hub .NET SDK v4.2.0 to communicate with the Notification Hub. To register a device for push notifications, 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.
295 questions
asked 2024-07-03T15:44:49.25+00:00
Oleksandr Pastukhov 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.
295 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,344 questions
asked 2024-07-03T09:52:15.5533333+00:00
Darli Varfi 0 Reputation points
answered 2024-07-03T10:22:05.7066667+00:00
Ganeshkumar R 345 Reputation points
0 answers

Whitescreen when reopen a MAUI app from background when app was first opened from push message

Hi, we have a maui blazor app and there is a strange behavior on Android. The app receives push message from firebase. When app is completely closed (not in background) and an incoming push message is clicked the app opens and handles the push 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.
295 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,141 questions
Microsoft Intune Android
Microsoft Intune Android
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Android: An open-source mobile platform based on the Linux kernel, developed by Google, and maintained by the Open Handset Alliance.
260 questions
asked 2024-07-02T10:53:40.18+00:00
alask 0 Reputation points
edited a comment 2024-07-03T09:16:30.0133333+00:00
Leon Lu (Shanghai Wicresoft Co,.Ltd.) 71,591 Reputation points Microsoft Vendor
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.
295 questions
asked 2024-06-25T13:35:38.3533333+00:00
Alok Kumar Pandey 1 Reputation point
commented 2024-07-03T07:09:36.1633333+00:00
SnehaAgrawal-MSFT 19,841 Reputation points
2 answers

Azure Notification Hubs Android Client SDK - FCM V1 Upgrade

Been using this library and functions successfully since 2021 (haven't needed 1.1.6 update) com.microsoft.azure:notification-hubs-android-sdk-fcm:1.1.4 registerTemplate works fine creating GcmTemplateRegistrationDescription and GcmRegistrationId in…

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.
295 questions
asked 2024-04-05T16:57:47.8433333+00:00
Simone 5 Reputation points
edited a comment 2024-07-03T02:37:52.3266667+00:00
Mansib Rahman 0 Reputation points
0 answers

Azure Notification Hubs - Issues with Tags after FCM Migration

After migrating all our android installations to FcmV1, I'm seeing odd behavior that didn't exist prior to the migration. I have two subscriptions each with a notification hub and they're exhibiting different behavior when sending template…

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.
295 questions
asked 2024-07-01T17:13:24.0833333+00:00
MooreJohnJ-6039 0 Reputation points
edited the question 2024-07-01T18:41:57.2633333+00:00
VarunTha 5,200 Reputation points Microsoft Vendor
1 answer

How does the current Notification Service handle stale registrations that have been marked as stale?

I was hoping to simply send silent push notification to a tag and have Notification Server "mark the stale registrations" and then later (at its convenience?) delete these from its database, so that we can keep our quota. However so far I have…

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.
295 questions
asked 2024-06-27T23:29:25.58+00:00
Clubb, Ken 0 Reputation points
commented 2024-07-01T12:42:13.06+00:00
ajkuma 24,396 Reputation points Microsoft Employee
1 answer

how to spoecific platform type registrations from Azure Notification Hub?

Hi, I am using Azure Notification Hub to send push notifications. My application is developed in the .NET framework. Currently, I am using GetAllRegistrationsAsync to retrieve all the registrations. However, this method does not provide access to 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.
295 questions
asked 2024-05-29T03:59:33.01+00:00
Mahalakshmi 0 Reputation points
answered 2024-07-01T10:58:18.77+00:00
Marcel Gille 10 Reputation points
5 answers

Retirement Announcement - Azure Notification Hubs FCM Legacy API

Hello Azure Customers in the community, Firebase Cloud Messaging (FCM) is a service that, among other things, facilitates developers sending push notifications to Google Play supported Android devices. ANH previously communicated with FCM using 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.
295 questions
asked 2024-02-12T17:11:58.4666667+00:00
Heather Tian 35 Reputation points Microsoft Employee
commented 2024-06-26T20:49:09.21+00:00
Heather Tian 35 Reputation points Microsoft Employee
0 answers

Azure notification hub API rate limit

Is there a rate limit for the Azure Notification Hubs API when registering FCM notifications? I have over 200000 existing FCM notification registrations and I am planning to re-register those to FCMV1 by running an Azure Durable Function.

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.
295 questions
asked 2024-06-10T10:09:24.63+00:00
Pranav pavithran 25 Reputation points
commented 2024-06-25T04:14:30.2366667+00:00
SnehaAgrawal-MSFT 19,841 Reputation points
1 answer

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.
295 questions
Azure Communication Services
Azure Communication Services
An Azure communication platform for deploying applications across devices and platforms.
782 questions
asked 2024-06-24T19:09:45.2666667+00:00
Chad Butler 0 Reputation points
answered 2024-06-24T23:31:41.1333333+00:00
hossein jalilian 4,695 Reputation points
0 answers

Azure Notification Hubs Browser Push

With the latest SDK - it is not possible to implement the sample code MS has given in the below URL. Am I correct in thinking that we will have to wait on  a newer  SDK release of Microsoft.Azure.Notificationhubs because  …

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.
295 questions
asked 2024-04-30T15:48:02.4766667+00:00
Donna Ludwig 35 Reputation points
commented 2024-06-21T20:22:15.2566667+00:00
Donna Ludwig 35 Reputation points
4 answers

.NET8 MAUI and Azure Notifications Hub implementation

In my NET8 MAUI application, I'm trying to add push notifications using Azure Notification Hub. I can't find an updated example of how to configure and implement correctly the push notification for Windows, Android and iOS. Can you point me in the right…

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.
295 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,141 questions
asked 2024-02-03T10:33:24.31+00:00
Enrico Rossini 181 Reputation points
answered 2024-06-21T20:12:09.9366667+00:00
Sergio Alejandro Perez Molina 0 Reputation points
0 answers

FCM V1 Template upgrade Azure Notification cannot send message by SendTemplateNotificationAsync()

Hi , I am still having issue that working on SendFcmV1NativeNotificationAsync() but not working with SendTemplateNotificationAsync(). I registered the device and template as below : var result = await hubClient.CreateFcmV1NativeRegistrationAsync(token,…

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.
295 questions
asked 2024-06-21T06:29:06.3533333+00:00
Myint Kyaw 1 Reputation point
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.
295 questions
asked 2024-04-19T14:57:24.39+00:00
Smitha Kalluparambil 80 Reputation points
commented 2024-06-21T06:24:41.57+00:00
Myint Kyaw 1 Reputation point
2 answers

Retirement Announcement - Azure Notification Hubs FCM Legacy API

Firebase Cloud Messaging (FCM) is a service that, among other things, facilitates developers sending push notifications to Google Play supported Android devices. ANH previously communicated with FCM using the Legacy HTTP protocol. FCM v1 is an updated…

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.
295 questions
asked 2024-02-12T17:12:55.8866667+00:00
Heather Tian 35 Reputation points Microsoft Employee
commented 2024-06-20T18:00:37.58+00:00
Heather Tian 35 Reputation points Microsoft Employee