A thin wrapper around the Google AdMob iOS SDK for use on Heyzap's mediation.
Pull requests and issues are welcome.
7.18.0
-
Add the
AdMob.ane
to your Adobe Flex Builder or Adobe Flash project. -
If not done automatically, add the follow extension context to your application descriptor:
<extensions> <extensionID>com.heyzap.sdk.extensions.admob</extensionID> </extensions>
- Replace
GoogleMobileAds.framework
inios/Vendor
with the newer version. - Update
ios/platform.xml
with any new iOS frameworks that the newer version might be dependent on. Built-in iOS SDK frameworks can be added within the linkerOptions tag. Custom iOS frameworks can be added under the packagedDependencies tag and their respective.framework
directories can be added toios/Vendor
. Drag and drop these custom.framework
directories into theAdMobANE.xcodeproj
project in Xcode under the Vendor group. - Update the version number for the framework in this README
After making the necessary modifications, build the new ANE by following the building instructions below.
- Mac OS X
- Xcode
- Apache Ant
- AIR SDK
- Add the path to your AIR SDK in
build.config
(underair.sdk
) - From the root of the repository, run
ant
.
After build completes, the native extension will be in bin/AdMob.ane
.