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

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

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=flat

Monetize 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)