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

Sri Gayathri Gopalakrishnan 30 Reputation points
2024-05-16T03:05:07.0633333+00:00

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 registering the azure notification hub by start with azure connection string and hub name. From the FCM documentation they are passing some device tokens in installation. Do you have any clear documentation or steps to achieve that scenario. This is so much important for us we are sending wallet notifications to customers. Currently we can't migrate to MAUI as it's very old app and so much breakage happening. Is there a way or workaround ?

Your help is really appreciated.

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

Accepted answer
  1. SnehaAgrawal-MSFT 19,181 Reputation points
    2024-05-16T06:09:36.7333333+00:00

    @Sri Gayathri Gopalakrishnan Thanks for reaching here- As per the documentation below is the recommendation for Xamarin users.

    How can Xamarin customers migrate to FCM v1? Xamarin is now deprecated. Xamarin customers should migrate to MAUI, but MAUI is not currently supported by Azure Notification Hubs. You can, however, use the available SDKs and REST APIs with your MAUI applications. It's recommended that Xamarin customers move away from Notification Hubs if they need FCM v1 sends. Also check the documentation with the steps and best practices for onboarding to FCM v1 using the REST API, Portal, or SDKs. You can find the documentation here: https://learn.microsoft.com/en-us/azure/notification-hubs/notification-hubs-gcm-to-fcm

    Also, there is office hours where you can sign up for a slot and talk to engineers directly.

    You can register for the office hours here: https://outlook.office365.com/book/AzureNotificationHubsFCMOfficeHours@bookings.microsoft.com/

    Hope this helps.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful