275 questions with Azure Notification Hubs tags

Sort by: Updated
1 answer

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.
275 questions
asked 2024-05-31T17:49:54.73+00:00
Praveen Chandra T 0 Reputation points
answered 2024-05-31T19:18:45.1633333+00:00
Gulnaz Mushtaq 255 Reputation points MVP
1 answer One of the answers was accepted by the question author.

How to migrate the FCM v1 in xamarin forms apps as xamarin got migrated

Hey Team, We got a mail from Firebase team that legacy http is going to be deprecated . When i checked in the documentation, all i could find is xamarin is not supporting FCM v1. We have azure notification hubs common library for android and iOS and…

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.
275 questions
Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,305 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,014 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,722 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,417 questions
asked 2024-05-16T03:05:07.0633333+00:00
Sri Gayathri Gopalakrishnan 30 Reputation points
commented 2024-05-31T18:52:43.0033333+00:00
Michal Dobrodenka 1 Reputation point
1 answer

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.
275 questions
asked 2024-05-26T11:22:32.0533333+00:00
Ashwin 20 Reputation points
commented 2024-05-31T12:00:33.14+00:00
ajkuma 23,181 Reputation points Microsoft Employee
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.
275 questions
asked 2024-02-12T17:12:55.8866667+00:00
Heather Tian 10 Reputation points Microsoft Employee
answered 2024-05-31T08:22:40.1366667+00:00
Peter 1 Reputation point
1 answer

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.
275 questions
asked 2024-05-28T10:44:32.3966667+00:00
buyani.mhlongo 30 Reputation points
commented 2024-05-31T04:15:30.48+00:00
SnehaAgrawal-MSFT 19,181 Reputation points
0 answers

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.
275 questions
asked 2024-05-29T03:59:33.01+00:00
Mahalakshmi 0 Reputation points
commented 2024-05-31T04:10:31.4833333+00:00
VenkateshDodda-MSFT 19,396 Reputation points Microsoft Employee
4 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.
275 questions
asked 2024-02-12T17:11:58.4666667+00:00
Heather Tian 10 Reputation points Microsoft Employee
commented 2024-05-31T01:53:06.9433333+00:00
Ewart MacLucas 0 Reputation points
1 answer 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.
275 questions
asked 2024-04-19T14:57:24.39+00:00
Smitha Kalluparambil 70 Reputation points
commented 2024-05-30T18:41:10.1566667+00:00
Smitha Kalluparambil 70 Reputation points
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.
275 questions
asked 2024-03-17T23:23:28.1333333+00:00
AT 35 Reputation points
commented 2024-05-30T17:49:59.6333333+00:00
srilatha cingireddy 0 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.
275 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.
275 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,396 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.
275 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.
275 questions
asked 2024-04-19T10:50:34.0033333+00:00
Ashwin 20 Reputation points
commented 2024-05-26T09:09:15.4266667+00:00
Ashwin 20 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.
275 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.
275 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.
275 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,014 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,181 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.
275 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.
275 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,480 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,722 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,011 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
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.
275 questions
asked 2024-04-30T15:48:02.4766667+00:00
Donna Ludwig 35 Reputation points
commented 2024-05-16T16:51:36.3466667+00:00
David Leighty 0 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.
275 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,181 Reputation points