Troubleshooting.md
February 1, 2026 ยท View on GitHub
Troubleshooting
This section is based on common issues seen in real projects, and on closed issues from the Plugin.AdMob repository.
Choose a topic
- iOS setup & crashes: Troubleshooting-iOS
- Android build / dependency issues: Troubleshooting-Android
- Consent / UMP / GDPR: Troubleshooting-Consent
- Ads not showing (general): Troubleshooting-Ads-not-showing
- Banner ads: Troubleshooting-Banner-ads
- Interstitial ads: Troubleshooting-Interstitial-ads
- Native ads: Troubleshooting-Native-ads
- Blazor Hybrid: Troubleshooting-Blazor-Hybrid
- Upgrades & target frameworks: Troubleshooting-Upgrades-and-target-frameworks
Quick checklist
- Android: ensure
com.google.android.gms.ads.APPLICATION_IDis set inPlatforms/Android/AndroidManifest.xmland you haveINTERNET+ACCESS_NETWORK_STATEpermissions. - iOS: ensure
GADApplicationIdentifieris set inPlatforms/iOS/Info.plistand that you initialize the SDK in yourAppDelegateas described in Setup. - Consent: if consent is required, ads will not be requested until consent is obtained (unless you intentionally disabled consent checks).
- New apps: newly created / re-activated AdMob apps can take time before real ads have inventory.