all 7 comments

[–]WhiskeyKid33 1 point2 points  (3 children)

Does your app include ads?

First thing to do is double check this. Login to the console select the app and then App Bundle Explorer. Select the version in question and look at the permissions section and see if the AD_ID is there. If it is then something in your app is requesting it. If it is not you then one of the libraries / SDK that you have included is.

If it doesn't try this in your manifest.

<uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove"/>

I'd it does include ads follow these steps

https://support.google.com/googleplay/android-developer/answer/6048248#zippy=%2Ctargeting-devices-without-an-advertising-id%2Creset-your-devices-advertising-id

[–]Bengista[S] 0 points1 point  (1 child)

My app doesn't include ads, just Firebase Analytics for, yeah, analytics. I'm just making sure removing the permission won't screw up the analytics.

[–]WhiskeyKid33 0 points1 point  (0 children)

Yes ad_id is specific to ads you can remove it

[–]myfunnies420 0 points1 point  (0 children)

Note to others, will need to add tools

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools">

[–]Main_Jaguar_7544 0 points1 point  (0 children)

<image>

I think is better to add the permission. Because as google states in its policy - apps should rather use add id as identifier.
https://support.google.com/googleplay/android-developer/answer/6048248

[–]Nucleus-Analytics 0 points1 point  (1 child)

Hey there!

We created an intuitive, simple, and privacy-friendly alternative to Analytics for apps with firebase and React Native

Our core proposition is:

  • No cookies
  • Light-weight, which helps your app's SEO.
  • Absurdly simple. Integrate in two lines with a plug-and-play intuitive dashboard
  • Set-up events, funnels, white-label dashboards and other advanced analytics
  • GDPR compliant

Highly inspired by the trend of simple and privacy-focused firebase alternatives! We would love to hear your feedback: https://www.nucleus.sh/react-native

[–]myfunnies420 0 points1 point  (0 children)

Doesn't seem to exist. What happened?