288 questions with Azure Notification Hubs tags

Sort by: Updated
0 answers

Azure Push Notification Hub is not sending notification on Andriod device using FCM V1

I have created a push notification hub and configured the FCM v1 credentials on Azure hub page. I'm calling CreateFcmV1TemplateRegistrationAsync to add registration And SendTemplateNotificationAsync to send the notification to FCM v1 device. However…

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.
288 questions
asked 2024-03-17T23:23:28.1333333+00:00
AT 35 Reputation points
commented 2024-06-10T11:15:47.85+00:00
srilatha cingireddy 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to fix quota exceeded using Notification Hub

Hello, When I try to register a new device I get 'The maximum number of devices has been reached or exceeded for the namespace.' error. I have a Basic subscription which allows 200K active users. When I check the Azure Portal I can see that I have 123K…

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.
288 questions
asked 2023-03-22T16:31:40.92+00:00
Henrik Barna 36 Reputation points
commented 2024-06-07T06:39:45.2266667+00:00
Laura Vuilleumier 0 Reputation points
1 answer One of the answers was accepted by the question author.

FCMv1 authentication

Working on our project for a temp setup, before moving to production, configuration authention for Azure Notification Hub Service, checked the sample template for authentication. Migrated to the FCMv1 version. 1.Should we store both FCM legacy and FCM…

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.
288 questions
asked 2024-05-26T11:22:32.0533333+00:00
Ashwin 40 Reputation points
commented 2024-06-06T19:12:58.8266667+00:00
ajkuma 24,076 Reputation points Microsoft Employee
0 answers

FCM v1 Migration Gives Error :APNS certificate has expired

Dear Support I am trying to migrate to FCM v1 When trying to save I get :Bad Request APNS certificate has expired,pl;ease assist as this feature is required SAP.

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.
288 questions
asked 2024-05-28T10:44:32.3966667+00:00
buyani.mhlongo 30 Reputation points
commented 2024-06-05T11:42:23.6633333+00:00
DiloIdroj 0 Reputation points
1 answer One of the answers was accepted by the question author.

GetRegistrationsbychannelasync method not working

Hi, as per firebase update for push notifications and registering devices I have enabled and moved to FCMV1. At Azure notification hub I have provided the fcmv1 details private key, client email, project id. After given these details I tried to run 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.
288 questions
asked 2024-05-31T17:49:54.73+00:00
Cherry007 20 Reputation points
accepted 2024-06-04T19:24:37.76+00:00
Cherry007 20 Reputation points
1 answer

How to fix quota exceeded using Notification Hub

Hello, When I try to register a new device I get 'The maximum number of devices has been reached or exceeded for the namespace.' error. For my PRP environnement I have a free subscription which allows 500 active users. When I check the Azure Portal I can…

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.
288 questions
asked 2024-06-03T10:10:06.1366667+00:00
BADDI Mohamed 0 Reputation points
answered 2024-06-03T15:39:03.4433333+00:00
Grmacjon-MSFT 17,286 Reputation points
1 answer One of the answers was accepted by the question author.

Push Notification(FCMv1) Is Not Coming From Azure Notification Hub

As I Aware FCM Legacy Is Going To Retire From June 20 Onwards.So I Trying To Migrate My Application To FCMv1.I Configured Everything In Firebase As Provided In Documentation.Through Sample Code And Directly From Portal I Give Notfication.Through Code 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.
288 questions
asked 2024-05-15T09:26:20.63+00:00
ARUN PRASAD S 25 Reputation points
accepted 2024-05-29T12:10:53.5533333+00:00
ARUN PRASAD S 25 Reputation points
0 answers

upgrade to FCM V1 unable to send push notification

i have upgraded from FCM Legacy to FCM V1 unable to send push notification In Firebase console FCM V1 is enable and in azure notification hub private key client mail and project_Id is configure made all necessary set up unable to figure out why push…

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.
288 questions
asked 2024-05-15T06:36:32.46+00:00
Uma Belligenur 5 Reputation points
commented 2024-05-28T04:42:49.1166667+00:00
VenkateshDodda-MSFT 19,631 Reputation points Microsoft Employee
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.
288 questions
asked 2023-05-08T12:50:31.31+00:00
glennoleum 6 Reputation points
commented 2024-05-27T09:53:02.49+00:00
Riccardo Speggiorin 0 Reputation points
1 answer One of the answers was accepted by the question author.

Notification properties.baiduEndPoint is required

Trying to setup notification hub Baidu push. When I'm trying to configure using API key and secret key in Azure Notification Hub it is theowing the error as “{'error':{'code':'','message':'Property properties.baiduCredential.properties.baiduEndPoint 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.
288 questions
asked 2024-04-19T10:50:34.0033333+00:00
Ashwin 40 Reputation points
commented 2024-05-26T09:09:15.4266667+00:00
Ashwin 40 Reputation points
1 answer One of the answers was accepted by the question author.

Reregistering Existing FCM registrations to FCMv1

I have over 100,000 existing FCM registrations on my notification hub. How can I migrate them efficiently to FCMv1? While considering using GetAllRegistrationsAsync to retrieve and re-register them, I'm concerned about its efficiency. Are there any…

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.
288 questions
asked 2024-05-22T08:52:00.9466667+00:00
Pranav pavithran 25 Reputation points
accepted 2024-05-23T09:39:06.93+00:00
Pranav pavithran 25 Reputation points
3 answers One of the answers was accepted by the question author.

How can I set the Notification receiving IP address to a fixed IP address?

our environment is limited network environment, mobile WIFI also has to be connected to company network without internet connection, but we can allow connection using firewall configuration allowing ip address and port, but we did not allow range of ip…

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.
288 questions
asked 2024-05-11T08:53:50.3233333+00:00
Lee, Jong Kwan 20 Reputation points
accepted 2024-05-20T23:24:25.92+00:00
Lee, Jong Kwan 20 Reputation points
0 answers

How Can I implement Browser(Web-Push) with Nodejs

I have created a notification hub and implemented the whole code for Browser(web-push) notification but I am not getting any notification on my local machine it is showing the notification are enqueued, how can I resolve it ? I have done 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.
288 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,077 questions
asked 2024-05-15T12:59:21.92+00:00
Sharma, Divyansh (Admin) 0 Reputation points
commented 2024-05-20T09:33:33.6733333+00:00
SnehaAgrawal-MSFT 19,676 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.
288 questions
asked 2024-05-03T15:32:22.46+00:00
Rumaisa K N 20 Reputation points
accepted 2024-05-16T21:18:17.7166667+00:00
Rumaisa K N 20 Reputation points
2 answers

App Crashes while registering with Notification Hub under Release build, but not Debug

I created an app that uses Azure Push Notifications. I've been able to get it to run on a physical iPad without any problems under a debug build. But when I try to implement it under a release build, it crashes. My debugging skills indicate that 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.
288 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,562 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,815 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,116 questions
asked 2023-12-01T20:09:41.9133333+00:00
AARON PRICE BEHUNIN 10 Reputation points
commented 2024-05-16T17:28:43.1766667+00:00
AARON PRICE BEHUNIN 10 Reputation points
2 answers

Issue with retrieving PNS Feedback Data, provided storage container URL doesn't work

I am using Azure Notification Hub on standard pricing tier and its REST API for diagnosing dropped notifications in some specific cases. Per message telemetry is generally available. However, when trying to get PNS Feedback data for the notification…

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.
288 questions
asked 2024-03-27T08:34:26.1333333+00:00
Vladimir 0 Reputation points
answered 2024-05-16T08:03:37.2833333+00:00
SnehaAgrawal-MSFT 19,676 Reputation points
3 answers

Could not resolve host: *.servicebus.windows.net for notification hub service

Could not resolve host: *.servicebus.windows.net related to a Notification hub name-space. I tried to use GET/POST Apis, curl, etc. commands and doesn't works. I have tried making changes to the Notification name space like adding tags, refreshing keys,…

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.
288 questions
asked 2024-04-08T05:26:26.2+00:00
Rosa Aminta Salazar 0 Reputation points
commented 2024-05-15T03:59:08.0866667+00:00
brtrach-MSFT 15,701 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Compatibility of Firebase Legacy Cloud Messaging token with Azure Notifications Hubs for future Firebase Cloud Messaging API (V1) migration

Hello Azure Support, We currently have a Firebase project integrated with Azure Notifications Hubs to send notifications to Android devices. As you may be aware, Firebase is transitioning from the Cloud Messaging API (Legacy) to the new Firebase Cloud…

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.
288 questions
asked 2023-08-30T20:46:20.19+00:00
Ran Ben David 25 Reputation points
edited a comment 2024-05-14T17:03:26.86+00:00
Nelli, Kavya 0 Reputation points
2 answers

Azure notifications for apple stuck as incoming messages

I've been working on the notifications for one of my companies apps. Android is working great, and the Test Send notifications from Azure to the Apple Devices works. However, whenever I send a notification from the backend to Azure for apple, it makes 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.
288 questions
asked 2022-10-13T19:45:51.62+00:00
Clint Boyett 1 Reputation point
edited the question 2024-05-10T01:14:04.64+00:00
Jack J Jun 24,481 Reputation points Microsoft Vendor
2 answers One of the answers was accepted by the question author.

Cannot delete APNS credentials

Hello everyone, I am currently facing an issue with my NotificationHub service. I want to change the APNS subscription from a Certificate solution to the Token solution. When I try to remove the Certificate credentials and insert the new 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.
288 questions
asked 2024-02-15T16:03:43.99+00:00
Leonardo 20 Reputation points
answered 2024-05-09T16:46:36.3333333+00:00
Tommy Le 0 Reputation points