heyzap-cordova-admob

AdMob Cordova plugin for the Heyzap Cordova Plugin

Usage no npm install needed!

<script type="module">
  import heyzapCordovaAdmob from 'https://cdn.skypack.dev/heyzap-cordova-admob';
</script>

README

AdMob Cordova Plugin for Heyzap

This is a custom Apache Cordova plugin for AdMob/Google Mobile Ads to be used with the Heyzap Cordova Plugin. The plugin simply adds the AdMob sdk to both the iOS and Android platform projects in your Cordova project, along with the appropriate dependencies and permissions.

SDK Verisons

  • iOS: 7.25.0
  • Android: Latest Google Play Services

Installing:

cordova plugin add https://github.com/Heyzap/heyzap-cordova-admob.git

Additional Steps: You may need to disable bitcode in your Xcode project settings before building the app. In the Xcode project explorer click on your app project, Go to the 'Build Settings' tab and change 'Enable Bitcode' to 'No' for all the dropdowns that aren't disabled.

Supported Platforms

  • iOS (cordova-ios engine 3.8.0 and later)
  • Android (cordova-android engine 4.0.0 and later)

Documentation

Please visit our documentation page for guides on how to integrate heyzap with your Cordova app.