Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ionicthemes/monetize-your-ionic-3-app-with-admob

Ionic example app with admob. This repository is part of a tutorial that shows how to add AdMob to your Ionic 3 App.
https://github.com/ionicthemes/monetize-your-ionic-3-app-with-admob

admob angular4 angularjs ionic ionic-apps ionic-framework ionic2 ionic2-examples ionic3 tutorial

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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
```sh
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
```sh
ionic cordova platform add android
ionic cordova run android
```