is any alternative package for Xamarin.google available in .Net MAUI with .net7 support?

krithika raghupathy 15 Reputation points
2023-07-11T10:01:20.61+00:00

We are upgrading from Xamarin native to .Net MAUI with .net7 support. As we need xamarin.google related package that support for .Net MAUI with .net7 support. Please suggest alternatives for the below mentioned packages.

  • Xamarin.Google.iOS.TagManager
  • Xamarin.Google.Dagger
  • Xamarin.Google.iOS.Analytics
Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,378 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,916 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Yonglun Liu (Shanghai Wicresoft Co,.Ltd.) 48,261 Reputation points Microsoft Vendor
    2023-07-12T03:00:00.4266667+00:00

    Hello,

    In .net MAUI, you could use the Binding Library feature to directly use the native libraries corresponding to these NuGet Packages.

    Please refer to the official tutorial Binding Native Libraries for .NET MAUI for more details.

    For the three Nuget packages you mentioned, their corresponding libraries on the native platform are Google Analytics and Google Tag Manager for Mobile libraries., and Dagger 2.46.1.

    Best Regards,

    Alec Liu.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

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.