TobiasBuchholz / Plugin.Firebase

Wrapper around the native Android and iOS Firebase Xamarin SDKs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue found: Invalid Data safety form (Google Play)

SergDev87 opened this issue · comments

Hello. I use this plugin to send push notifications to android devices. I use these versions:
"Plugin.Firebase" Version="2.0.3"
"Plugin.Firebase.Crashlytics" Version="2.0.1"

After publishing the application, I received the following message:

To bring your app into compliance, follow these steps:
com.google.android.gms:play-services-measurement-impl com.google.android.gms:play-services-measurement-impl: Consider upgrading to a policy-compliant version of the SDK if available from your SDK provider, or removing the SDK.

Project .NET MAUI Hybrid (.Net 7)

This plugin doesn't reference latest native SDK versions. If Google Play is requiring later native SDK versions, try referencing the native SDK binding packages directly (e.g. Xamarin.Firebase.*)

@SergDev87 have you tried updating the native SDK binding packages?