mallajay / Ionic-5-AdMob-Free

Use Admob to Show Ads on your app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ionic-5-AdMob-Free

Admob using Ionic

Use Admob to Show Ads on your app

  • Create New project

    • by using ionic start admob-free
  • Then Serve the project by using ionic serve

  • And to minimise the errror which I experinced, Build app by using ionic cordova run android

  • Once build finished successfully Go to cordova-plugin-admob-free OR

  • Install

cordova plugin add cordova-plugin-admob-free --save --variable ADMOB_APP_ID="<YOUR_ANDROID_ADMOB_APP_ID_AS_FOUND_IN_ADMOB>"
  • After this install
npm install @ionic-native/admob-free

Get ADMOB_APP_ID

Admob

  • Add ad unit [if your account is approved then your ad unit will active in 24 hr]
  • Till now to test the ad go to Sample ad units

About

Use Admob to Show Ads on your app


Languages

Language:TypeScript 51.3%Language:CSS 31.8%Language:HTML 11.3%Language:JavaScript 5.6%