UCSD / campus-mobile

Mobile App for Campus
MIT License
60 stars 100 forks source link

Firebase Upgrade Blocker / Google Play failed to upload artefacts #1931

Open c3bryant opened 1 year ago

c3bryant commented 1 year ago

Time Tracking: MA-78

Summary: Error when uploading build to Google Play after firebase_analytics version upgrade.

Google Play failed to upload artefacts. This release includes the com.google.android.gms.permission.AD_ID permission but your declaration on Play Console says your app doesn't use advertising ID. You must update your advertising ID declaration.

This issue is blocking Flutter and Firebase upgrades:

This is done when:


Android Test Plan:

Android Status:

Android TODO:


iOS Test Plan:

iOS Status:

iOS TODO:

alien-traveler commented 10 months ago

The first version of the Firebase Analytics Alternatives document is here: https://ucsdcollab.atlassian.net/l/cp/pheEsWa5

morebytes commented 1 month ago

Discovered and implemented a way to remove Android AD_ID from the build manifest. Needs to be tested to see if this solved the issue.