Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 487 Bytes

File metadata and controls

18 lines (13 loc) · 487 Bytes

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