capacitor-community / firebase-analytics

Enable Firebase Analytics for Capacitor Apps
MIT License
159 stars 63 forks source link

Play Console Error : Manifest doesn't include Advertising ID permission #166

Open FranciskoNeves opened 1 year ago

FranciskoNeves commented 1 year ago

Describe the bug After install the firebase-analytics plugin, when I'm submitting to the Play Console, I'm getting this error saying that my manifest doesn't include the Advertising ID permission, but I already added this: <uses-permission android:name="com.google.android.gms.permission.AD_ID"/>

Screenshots

Screenshot_2

This is something that can be fixed in the plugin, or am I doing something wrong?

OliOnline commented 11 months ago

Same issue here but I just use capacitor-community/firebase-analytics for analytics, not for Advertising. So I would like to be able to disable "Advertising ID" but I dont see any options.

MattGould1 commented 9 months ago

I ran into this as well you need to follow the instructions given by the PlayStore. Click on update declaraction and click yes to "Does your app use an advertising ID?" and then select the usage as "analytics".

After doing this, you will still see the above error until you can phase out your older active artificats which do not include the AD_ID.