Skip to content

Trustable AdMob Plugin for Cordova, Capacitor, Ionic, React Native

License

Notifications You must be signed in to change notification settings

EYALIN/community-admob-plus

 
 

Repository files navigation

AdMob Plus

⚠️ IMPORTANT: This Plugin Has Reached End of Life


🚀 We've Moved to Something Better!

This plugin is no longer maintained. But don't worry — we've built something even better!

We've created two new, dedicated, and actively maintained plugins that offer:

  • Better performance and smaller footprint
  • Faster updates with the latest AdMob SDK
  • Dedicated consent management (GDPR/ATT compliant)
  • Active maintenance and quick bug fixes
  • Improved documentation and support
  • Cleaner, more modular codebase

🎯 Migrate to the New Plugins

📢 For Ads (Banner, Interstitial, Rewarded, etc.)

NPM version Downloads

cordova plugin add community-cordova-plugin-admob --variable APP_ID_ANDROID=ca-app-pub-xxx~yyy --variable APP_ID_IOS=ca-app-pub-xxx~yyy

👉 View community-cordova-plugin-admob on GitHub


🔐 For User Consent (GDPR, ATT, UMP)

NPM version Downloads

cordova plugin add community-cordova-plugin-consent

👉 View community-cordova-plugin-consent on GitHub


🔄 Migration Guide

Migrating is straightforward! Here's a quick overview:

1. Remove the old plugin

cordova plugin remove community-admob-plus

2. Install the new plugins

cordova plugin add community-cordova-plugin-admob --variable APP_ID_ANDROID=ca-app-pub-xxx~yyy --variable APP_ID_IOS=ca-app-pub-xxx~yyy
cordova plugin add community-cordova-plugin-consent

3. Update your code

The API is similar but improved. Check the documentation in each new plugin for detailed usage examples.


❓ Why the Split?

Separating ads and consent into dedicated plugins provides:

Benefit Description
Modularity Use only what you need — ads, consent, or both
Compliance Dedicated consent plugin ensures proper GDPR/ATT handling
Maintenance Smaller, focused codebases are easier to maintain and update
Flexibility Mix and match with other ad or consent solutions

💖 Support the New Plugins

I dedicate a considerable amount of my free time to developing and maintaining these plugins for the community.

If these plugins help you build successful apps, please consider supporting the development:

Sponsor Me


📜 Credits

This plugin was originally created by Ratson. Thank you for laying the foundation that helped the Cordova community monetize their apps.


📄 License

This project is MIT licensed.


🌟 Star the new repos to stay updated! 🌟

About

Trustable AdMob Plugin for Cordova, Capacitor, Ionic, React Native

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • Java 35.4%
  • TypeScript 33.2%
  • Swift 24.9%
  • JavaScript 6.4%
  • Handlebars 0.1%