TobiasBuchholz / Plugin.Firebase

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

Set consent #307

Open Reon2323 opened 3 weeks ago

Reon2323 commented 3 weeks ago

Hi,

I have an old ios xamarin project and use Plugin.Firebase.Legacy for Google Analytics. Please help me, how i can to set consent mode v2 (analyticsStorage, adStorage, adUserData, adPersonalization) according Set up consent mode for apps ?

AdamEssenmacher commented 3 weeks ago

This plugin doesn't currently support setting the consent mode programmatically, so that would need to be a PR.

If it would be sufficient to just use settings in Info.plist / AndroidManifest.xml, then you should just be able to update your native SDK versions on the Android side. On the iOS side, you'd need to switch the native SDK dependencies to AdamE.Firebase.*.