TobiasBuchholz / Plugin.Firebase

Wrapper around the native Android and iOS Firebase Xamarin SDKs
MIT License
197 stars 46 forks source link

Issue found: Invalid Data safety form (Google Play) #297

Open SergDev87 opened 1 month ago

SergDev87 commented 1 month ago

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)

AdamEssenmacher commented 1 month ago

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.*)

AdamEssenmacher commented 1 month ago

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