Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ionicthemes/monetize-your-ionic-3-app-with-admob
- Owner: ionicthemes
- Created: 2017-08-11T17:57:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-14T19:39:46.000Z (over 7 years ago)
- Last Synced: 2024-07-12T12:38:50.899Z (7 months ago)
- Topics: admob, angular4, angularjs, ionic, ionic-apps, ionic-framework, ionic2, ionic2-examples, ionic3, tutorial
- Language: JavaScript
- Homepage: https://ionicthemes.com/tutorials/about/monetize-your-ionic-2-app-with-admob
- Size: 972 KB
- Stars: 13
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 appThe 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
```