Member-only story
AdMob-Plus Capacitor app Crashing issue in Android — Ionic Framework
Oct 20, 2022
AdMob Plus, using Capacitor with Ionic Framework.
My articles are open for everyone; non-member readers can read the article by clicking this Friend link.
Crashing issue solution:
This need to add in android/app/src/main/AndroidManifest.xml
inside <application></application>
for AdMob-Plus to work otherwise, the app will be crashing.
<meta-data android:name="com.google.android.gms.ads.APPLICATION_ID" android:value="ca-app-pub-5607778480****~7299*****" /><meta-data android:name="com.google.android.gms.ads.DELAY_APP_MEASUREMENT_INIT" android:value="true" />
If you wouldn’t mind giving it some claps 👏 👏 since it helped, I’d greatly appreciate it :) Help others find the article, so it can help them!
Always be clapping…