Hi,
I upgraded the SDK from version 7.6.0 to version 7.15.0, and got this message when publishing on the Google Play Store:
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.
Our app does not include advertisings and does not use this permission, but using the SDK adds it to our manifest.
Is this expected? Is there any way to avoid this?
I confirmed this is caused by the SDK upgrade, as reverting back to SDK 7.6.0 solves it and allows publishing on the Play Store.
Thanks!