Install the AdMob Plus Ionic Native wrapper in your Ionic Framework project.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/admob-plus/admob-plus/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Ionic project initialized
Ionic Native Core installed
AdMob account with app registered
Installation
Ionic projects can use either Cordova or Capacitor as the native runtime. Choose the appropriate installation method:- Ionic with Cordova
- Ionic with Capacitor
Verification
Verify the installation: Cordova:admob-plus-cordova in the list.
Troubleshooting
Module not found in Angular
Module not found in Angular
Ensure you’ve added
AdMob to the providers array in your module and imported from @admob-plus/ionic/ngx.Cordova plugin not found
Cordova plugin not found
- Ensure
admob-plus-cordovais installed - For Cordova: Run
ionic cordova platform rm android && ionic cordova platform add android - For Capacitor: Run
npx cap sync
Build fails
Build fails
- Clean the project:
ionic build --clean - Remove and reinstall node modules
- For Cordova: Remove and re-add platforms
- For Capacitor: Run
npx cap syncagain
Next Steps
Usage Guide
Learn how to display ads in your Ionic app