I have a problem with uploading the latest version of my app to the Google Play store.
My application does not have any ads but it uses Firebase and com.google.android.gms.permission.AD_ID
is put into the merged manifest. That's why I declared in the "App Content > Advertising ID" form that my app uses advertising ID for analytics.
However, I am now getting the following error:
Your advertising ID declaration in Play Console says that your app uses advertising ID. A manifest file in one of your active artifacts doesn't include the com.google.android.gms.permission.AD_ID permission.
This is not true because my manifest has it and also I have tried to put it in my manifest manually. But no luck. Still the same error.
On the other hand, when I update that the "App Content > Advertising ID" form to say that my application does not use advertising ID then I getting the following error:
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.
What should I do? Whatever I select, the error pops in.