The Push Notification System handle for the registration is invalid - FCMV1

Abinash Patra 41 Reputation points
2024-09-13T15:11:36.0366667+00:00

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 have an api to look for the device registered and it seem like its working. Device is registered. User's image

However the actual push notification is not received. From the apps perspective the OnMessageReceived is not getting fired. public override void OnMessageReceived(RemoteMessage p0)

When I tested sending a Push from the Azure Portal Test Send section I am getting the error. The Push Notification System handle for the registration is invalid. I have not clue as to what is wrong here. Any help in this regard will be helpful. I am sure I am making a mistake while registering.

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
0 comments No comments
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.