fuse-open / fuselibs

Fuselibs is the Uno-libraries that provide the UI framework used in Fuse apps
https://npmjs.com/package/@fuse-open/fuselibs
MIT License
176 stars 72 forks source link

Fuse.PushNotifications: remove AD_ID permission #1482

Closed mortend closed 10 months ago

mortend commented 10 months ago

This removes the AD_ID permission from AndroidManifest to fix the following error when submitting an app in Google Play Console:

This version includes the permission com.google.android.gms.permission.AD_ID,
but your Play Console statement says that your app does not use the
advertising ID.

The AD_ID permission was most likely introduced when upgrading firebase packages in 90b53e3.

Pass -DANDROID_AD_ID_PERMISSION to "uno build" if you wish to keep this permission in your AndroidManifest.