https://github.com/appfeel/admob-ionic-native
Ionic Native - AdMob Native plugin for ionic apps
https://github.com/appfeel/admob-ionic-native
Last synced: about 2 months ago
JSON representation
Ionic Native - AdMob Native plugin for ionic apps
- Host: GitHub
- URL: https://github.com/appfeel/admob-ionic-native
- Owner: appfeel
- Created: 2019-01-05T17:52:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-17T16:48:47.000Z (almost 5 years ago)
- Last Synced: 2025-03-14T09:17:00.990Z (2 months ago)
- Language: TypeScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
AdMob Native plugin for ionic apps
[![License][license]][npm-url] [![NPM version][npm-version]][npm-url] [![NPM downloads][npm-downloads]][npm-url]
==================================[npm-url]: https://www.npmjs.com/package/admob-ionic-native
[license]: http://img.shields.io/badge/license-MIT-blue.svg?style=flat
[npm-version]: https://img.shields.io/npm/v/admob-ionic-native.svg?style=flat
[npm-downloads]: https://img.shields.io/npm/dm/admob-ionic-native.svg?style=flatMonetize your apps and games with AdMob ads using latest Google AdMob SDK. With this plugin you can show AdMob ads easily!
## Install
Install cordova-admob in your Ionic 2 app:```sh
ionic cordova plugin add cordova-admob
npm install --save admob-ionic-native
```See plugin instructions at [AdMob for Ionic 2 apps](https://github.com/appfeel/admob-google-cordova/wiki/Ionic2)