/AdMob-ANE

AdMob Adobe Air Native Extension for iOS 10.0+, Android 19+. Supports Banner, Interstitial and RewardVideo ads

Primary LanguageSwiftApache License 2.0Apache-2.0

AdMob-ANE

AdMob Adobe Air Native Extension for iOS 10.0+, Android 19+.


Much time, skill and effort has gone into this. Help support the project

paypal


Prerequisites

You will need:


Android

The ANE + Dependencies

Change directory into the example folder eg

cd /MyMac/dev/AIR/AdMob-ANE/example

Run the "air-tools" command (You will need AIR-Tools installed)

air-tools install

NEW This tool now:

  1. Downloads the AdMobANE and dependencies.
  2. Applies all required Android Manifest, InfoAdditons and Entitlements to your app.xml. See air package.json

Test Ads are included in the demo. You will need an AdMob account to deliver live ads.


iOS

N.B. You must use a Mac to build an iOS app using this ANE. Windows is NOT supported.

iOS: Packaging Frameworks Dependencies

The iOS ANEs are written in Swift. We need to package the Swift libraries (along with a couple of dynamic frameworks) with our AIR app

https://raw.githubusercontent.com/wiki/tuarua/Firebase-ANE/images/frameworks-package.png


Consent SDK for GDPR

For more information on setting up Consent visit https://support.google.com/fundingchoices/answer/9180084.

References