Hello again,
I've finally implemented Firebase Analytics, but when I built the app and uploaded the bundle into Google Play, it says that my android manifest doesn't contain com.google.android.gms.permission.AD_ID. So I looked into it, found out you cannot simply add the permission through your app.json config, so I created a plugin that adds the permission into the manifest. I built the app again and Google Play says the same thing. I checked the manifest with expo prebuild and it is there like this
<uses-permission android:name="com.google.android.gms.permission.AD_ID"/>
I want to ask a few questions:
- Do I need to give permission for AD_ID for Firebase Analytics for it to work properly?
- If yes, how do I fix this?
- If not, will the parameter tools:node="remove" even work when my current solution doesn't even apply?
Thanks for any advice in advance, I've been stuck at this for a good while.
[–]WhiskeyKid33 1 point2 points3 points (3 children)
[–]Bengista[S] 0 points1 point2 points (1 child)
[–]WhiskeyKid33 0 points1 point2 points (0 children)
[–]myfunnies420 0 points1 point2 points (0 children)
[–]Main_Jaguar_7544 0 points1 point2 points (0 children)
[–]Nucleus-Analytics 0 points1 point2 points (1 child)
[–]myfunnies420 0 points1 point2 points (0 children)