- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
Fix AdMob App Not Verified | app-ads.txt Setup & Approval Guide (2026) | English
In this video I have covered how to resolve the google play console warning - advertising ID declaration that targets Android 13.
Learn in Detail: https://stackoverflow.com/questions/77526680/your-advertising-id-declaration-in-play-console-says-that-your-app-uses-advertis
Android 13 (API 33) introduces changes to advertising ID and Google users Must Complete this declaration to provide safeguards in the Play Console. Does your app use an advertising ID?
Explained
1) Completing the advertising ID declaration form in google play console.
2) Declaring the permission com.google.android.gms.permission.AD_ID in AndroidManifest.xml.
Reference links:
1. Prepare your app for Google Play and Android changes
https://support.google.com/admanager/answer/11402075?hl=en
2. Mobile Ads SDK Documentation
https://developers.google.com/admob/android/quick-start
3. IMA DAI SDK targeting Android 12 & 13
https://developers.google.com/ad-manager/dynamic-ad-insertion/sdk/android/android-12
4. Publish Your App on Google Play Store (Complete Guide) 2026
https://www.youtube.com/watch?v=qFOhKuxK_MI&list=PLkBVdJRizlI4M243zZC2H9ObmnQStr-xD&pp=sAgC
5. How to Generate Privacy Policy URL for FREE for Android app for google play store
https://www.youtube.com/watch?v=87If0LmVxng
Chapters:
00:00 - 00:30 - Introduction of what is this declaration error
00:31 - 01:20 - Update the declaration in app-content
01:21- 02:12 - Update Android manifest add com.google.android.gms.permission.AD_ID permission
02:13- 05:00 - Update multiple active bundles
05:01- 05:50 - Summary of the solution / fix
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.
You turned off release blocking errors. Update your advertising ID declaration to turn these errors back on.
If you're getting the Google Play Console error saying “Your advertising ID declaration says your app uses Advertising ID, but your manifest doesn't include the AD_ID permission”, this video explains the complete fix step by step. This issue commonly appears when targeting Android 13 (API 33) and above, and Google now requires explicit declaration of the AD_ID permission at multiple levels.
SEO‑Optimized Full Description
Are you seeing the Google Play Console warning:
“Your advertising ID declaration says your app uses advertising ID, but your manifest doesn’t include the com.google.android.gms.permission.AD_ID permission”?
Don’t worry—this video breaks down exactly what the error means, why it happens, and how to fix it permanently.
This issue occurs when your app targets Android 13 (API 33) or higher. Android now requires that developers explicitly declare their use of the Advertising ID (AD_ID) in two places:
Step 1 — Declare Advertising ID in App Content (Play Console)
You must manually update your Advertising ID declaration in the App Content section of Google Play Console.
Navigate to:
Dashboard → Monitor & Improve → Policy and Programs → App Content → Advertising ID → Manage
Select “Yes, my app uses Advertising ID” and choose the correct purpose (usually advertising or marketing). Save the changes.
Step 2 — Add the AD_ID Permission in AndroidManifest.xml
Even after updating App Content, you must add this permission inside your manifest.
Step 3 — If the error still appears, you have multiple active bundles
If ANY older active release (in production, closed testing, open testing, internal, etc.) is missing the AD_ID permission, the error will not disappear.
👋 Hi everyone! I’m a Software Engineer by profession, and on this channel, I’ll be sharing everything about technology, coding, and powerful software tools to help you learn and grow. 🚀
If you’re passionate about tech or want to upskill in programming, Best Practices, Design Patterns, Java, Spring boot, cloud computing, cloud technologies like AWS you’re in the right place! 💻✨
#advertising #declaration #Android13 #GooglePlayConsole #Android13 #ADIDPermission #AndroidManifest #AppDevelopment #PlayConsoleError #AndroidDevelopers #MobileAppDevelopment #DebuggingAndroid #TechTutorial
Main Content of my channel are:
- Create AWS EC2 and connect to it using SSH - Like a pro - https://youtu.be/xA1C1PKdWG0
- How to Deploy Spring Boot on AWS EC2 in 10 MINUTES - https://youtu.be/eo_eUTm459Q
- 5 Simple Steps to Deploy Spring Boot Application to AWS EC2 using Github Actions: https://youtu.be/gsg0look3ts
👉 Don’t forget to like, share, and subscribe to stay updated with all the latest content. Let’s build and learn together.
Видео Fix AdMob App Not Verified | app-ads.txt Setup & Approval Guide (2026) | English канала Debugger
Learn in Detail: https://stackoverflow.com/questions/77526680/your-advertising-id-declaration-in-play-console-says-that-your-app-uses-advertis
Android 13 (API 33) introduces changes to advertising ID and Google users Must Complete this declaration to provide safeguards in the Play Console. Does your app use an advertising ID?
Explained
1) Completing the advertising ID declaration form in google play console.
2) Declaring the permission com.google.android.gms.permission.AD_ID in AndroidManifest.xml.
Reference links:
1. Prepare your app for Google Play and Android changes
https://support.google.com/admanager/answer/11402075?hl=en
2. Mobile Ads SDK Documentation
https://developers.google.com/admob/android/quick-start
3. IMA DAI SDK targeting Android 12 & 13
https://developers.google.com/ad-manager/dynamic-ad-insertion/sdk/android/android-12
4. Publish Your App on Google Play Store (Complete Guide) 2026
https://www.youtube.com/watch?v=qFOhKuxK_MI&list=PLkBVdJRizlI4M243zZC2H9ObmnQStr-xD&pp=sAgC
5. How to Generate Privacy Policy URL for FREE for Android app for google play store
https://www.youtube.com/watch?v=87If0LmVxng
Chapters:
00:00 - 00:30 - Introduction of what is this declaration error
00:31 - 01:20 - Update the declaration in app-content
01:21- 02:12 - Update Android manifest add com.google.android.gms.permission.AD_ID permission
02:13- 05:00 - Update multiple active bundles
05:01- 05:50 - Summary of the solution / fix
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.
You turned off release blocking errors. Update your advertising ID declaration to turn these errors back on.
If you're getting the Google Play Console error saying “Your advertising ID declaration says your app uses Advertising ID, but your manifest doesn't include the AD_ID permission”, this video explains the complete fix step by step. This issue commonly appears when targeting Android 13 (API 33) and above, and Google now requires explicit declaration of the AD_ID permission at multiple levels.
SEO‑Optimized Full Description
Are you seeing the Google Play Console warning:
“Your advertising ID declaration says your app uses advertising ID, but your manifest doesn’t include the com.google.android.gms.permission.AD_ID permission”?
Don’t worry—this video breaks down exactly what the error means, why it happens, and how to fix it permanently.
This issue occurs when your app targets Android 13 (API 33) or higher. Android now requires that developers explicitly declare their use of the Advertising ID (AD_ID) in two places:
Step 1 — Declare Advertising ID in App Content (Play Console)
You must manually update your Advertising ID declaration in the App Content section of Google Play Console.
Navigate to:
Dashboard → Monitor & Improve → Policy and Programs → App Content → Advertising ID → Manage
Select “Yes, my app uses Advertising ID” and choose the correct purpose (usually advertising or marketing). Save the changes.
Step 2 — Add the AD_ID Permission in AndroidManifest.xml
Even after updating App Content, you must add this permission inside your manifest.
Step 3 — If the error still appears, you have multiple active bundles
If ANY older active release (in production, closed testing, open testing, internal, etc.) is missing the AD_ID permission, the error will not disappear.
👋 Hi everyone! I’m a Software Engineer by profession, and on this channel, I’ll be sharing everything about technology, coding, and powerful software tools to help you learn and grow. 🚀
If you’re passionate about tech or want to upskill in programming, Best Practices, Design Patterns, Java, Spring boot, cloud computing, cloud technologies like AWS you’re in the right place! 💻✨
#advertising #declaration #Android13 #GooglePlayConsole #Android13 #ADIDPermission #AndroidManifest #AppDevelopment #PlayConsoleError #AndroidDevelopers #MobileAppDevelopment #DebuggingAndroid #TechTutorial
Main Content of my channel are:
- Create AWS EC2 and connect to it using SSH - Like a pro - https://youtu.be/xA1C1PKdWG0
- How to Deploy Spring Boot on AWS EC2 in 10 MINUTES - https://youtu.be/eo_eUTm459Q
- 5 Simple Steps to Deploy Spring Boot Application to AWS EC2 using Github Actions: https://youtu.be/gsg0look3ts
👉 Don’t forget to like, share, and subscribe to stay updated with all the latest content. Let’s build and learn together.
Видео Fix AdMob App Not Verified | app-ads.txt Setup & Approval Guide (2026) | English канала Debugger
#googleplayconsole Ad id permission Play Console action requested: declare your ad id permission ad id ad id permission advertising id declaration android 13 analytics android 13 android 13 ad id ben heath google ads com.google.android.gms.permission.AD_ID find google ads id flutter google ad id google ads google ads id google ads tutorial google play console app publish google play store publish app on google play console google ads for beginners
Комментарии отсутствуют
Информация о видео
19 февраля 2026 г. 16:30:00
00:05:50
Другие видео канала




















