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

AT 30 Reputation points
2024-03-17T23:23:28.1333333+00:00

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 notifications are not appearing on android device. Registrations in the hub look correct.

Message template used - public const string FcmV1 = "{"message":{"notification":{"title":"$(title)", "body":"$(body)"}}}";

On Matrix hub shows FCM Error, I do have access to other diagnostic logs

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.
263 questions
{count} votes