0

I have been reading about Fcm V1 due the migration of FCM by Google. My application already has several numbers of users in Android and Apple platform. I use Azure to centralize the administration so, Azure "talks" with FCM and APNS.

After the configuration in Google (FCM v1) in Azure (Private Key, Client Email and Project Id), I have tried to make a "Test Send" BUT the message from Azure is unable to find any subscriber.

By the contrary, when I send a message using Android (Legacy) option it works fine.

What expected to happen: When I sent a test message from azure notifications using Android (FCM v1), azure would be able to send a message and find an find users, in the same way when I send message with Android (Legacy)

What really happen: When I send test message with Android (FCM v1), Azure was unable to find and notify any user.

My application already have several users with functional notifications in Android FCM(Firebase Cloud Messaging) and APNS (Apple Notification Service), I do not want to think I have to migrate that users or something like that.

What should I do to effectively my users receive notifications when I send a test using Google (FCM v1)?

Notification message not arrives

Unable to find subscribers

Unable to find users even when they exists

Summary

asked Mar 18, 2024 at 22:21

2 Answers 2

0

Your users needs to be registered through FCM V1 in order to receive notifications through FCM V1.

Somewhere in your code, there should be a functionality where the unique device token obtained from the mobile device is registered in respective notification services. This could be through Azure most of the time.

If you have all the active unique device tokens, you can run some kind of a bulk operation to register all of them through FCM V1. Then you will start receiving notification sent through FCM V1.

Read more here https://medium.com/@pramodyahk/migrating-to-fcm-v1-in-azure-notification-hubs-android-push-notifications-c342d76adfb2

answered Mar 29, 2024 at 18:30
Sign up to request clarification or add additional context in comments.

1 Comment

I am having an issue with getting new registrations to register as fcm v1. Aside from converting them server-side, is there something I'm missing to ensure new users are registering with the updated protocol?
0

Before Sending Notification To Particular Device,You Have To Register Your Tag With FCM Token.After That Notification Will Send To Respective Device Registered With Tag.

answered Sep 11, 2024 at 5:47

1 Comment

As it’s currently written, your answer is unclear. Please edit to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers in the help center.

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.