Skip to main content
Version: Next

Installation

npm install @admob-plus/capacitor
npx cap sync
info

Capacitor 3 is required, here is the upgrade guide.

android/app/src/main/AndroidManifest.xml
<manifest>
<application>
<meta-data
android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="ca-app-pub-xxx~yyy" />

<meta-data
android:name="com.google.android.gms.ads.DELAY_APP_MEASUREMENT_INIT"
android:value="true" />
</application>
</manifest>