Skip to main content

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.

AdMob Plus provides a native Capacitor plugin for integrating Google AdMob into your Capacitor applications.

Package Information

Package Name: @admob-plus/capacitor Version: 2.0.0-alpha.4 Capacitor Compatibility: 3.0.0+ Platforms: Android, iOS

Key Features

Native Performance

Native plugin implementation for optimal performance

TypeScript First

Built with TypeScript for excellent IDE support

All Ad Formats

Banner, Interstitial, Rewarded, Native, and App Open ads

Capacitor 5 Ready

Compatible with Capacitor 5.x

What You’ll Learn

This section covers Capacitor integration:

Plugin Architecture

The plugin follows Capacitor’s plugin architecture:
import { AdMobPlus } from '@admob-plus/capacitor';

// Start AdMob
await AdMobPlus.start();

// Create an ad
await AdMobPlus.adCreate({
  adUnitId: 'ca-app-pub-xxx/xxx',
});

Capacitor Compatibility

  • Capacitor Core: 3.0.0+
  • iOS: 12.0+
  • Android: API 21+

Repository

View on GitHub

Open source and actively maintained

Next Steps

Installation

Install the plugin in your Capacitor project

Usage Guide

Learn how to display ads