Код: Выделить всё
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.
If you don't include this permission in your manifest file, your advertising identifier will be zeroed out. This may break your advertising and analytics use cases, and cause loss of revenue. Learn more
You can remove these errors by updating your advertising ID declaration
Apps that target Android 13 (API 33) without the AD_ID permission will have their advertising identifier zeroed out. This may impact advertising and analytics use-cases. Learn more
Это то, что выглядит < /p>
Я открываю свой проект в Android Studio, Open Up androidmanifest.xml и добавить эту строку:
Код: Выделить всё
Почему я продолжаю получать это сообщение об ошибке? (Я знаю, что в «Это то, как она выглядит», «часть я могу выбрать» «Выключить ошибки освобождения», но сообщение все равно будет там как предупреждение.)
Подробнее здесь: https://stackoverflow.com/questions/775 ... s-advertis