Beginning 16 January 2024, Google will require all publishers serving ads to EEA and UK users to use a Google-certified consent management platform (CMP).
I and many other developers use .NET MAUI to create cross-platform applications. Many apps also serve ads, with Google Admob being one of the biggest platforms for this.
Implementing the ads on multiple platforms is possible through third party nuget packages (a Google supported package would be nice:
Does Admob plan on releasing nuget packages...), but Implementing a consent form through a CMP doesn't seem to be very well supported.
The Xamarin.Google.UserMessagingPlatform nuget package provides a way to add a consent form to .NET MAUI android apps only. While the Xamarin.Google.iOS.UserMessagingPlatform nuget packages doesn't seem to be supported anymore or work with .NET MAUI.
I have not been able to find any other packages that can be used to add the consent form.
Is there any plan to create a Google nuget package that can be used to implement the consent form across Google, iOS and other platforms? Without these packages users will be unable to add the required consent forms.
Thanks