You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
This is something that can be fixed in the plugin, or am I doing something wrong?
The text was updated successfully, but these errors were encountered:
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.
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.
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
This is something that can be fixed in the plugin, or am I doing something wrong?
The text was updated successfully, but these errors were encountered: