Skip to content

Ionic example app with admob. This repository is part of a tutorial that shows how to add AdMob to your Ionic 3 App.

Notifications You must be signed in to change notification settings

ionicthemes/monetize-your-ionic-3-app-with-admob

Repository files navigation

This repository is part of a tutorial that shows how to add AdMob to your Ionic 3 App.

Check the complete step by step tutorial in: https://ionicthemes.com/tutorials/about/monetize-your-ionic-2-app-with-admob

Installation

Install dependencies

npm install

Run the ionic app

The AdMob plugin uses cordova, so it will not work in the browser. You need to try it on a real device or on an emulator

ionic cordova platform add android
ionic cordova run android