This is a Titanium Mobile module for displaying DFP ads in your app. Jason Priebe started with Appcelerator's admob module, followed a few things that Wienke Giezeman did to add DFP support, updated to the latest Google Mobile Ads SDK and Google Play Services, and then brought the APIs for iOS and android into sync.
Android: add this to your tiapp.xml (otherwise the app won't start)
<manifest>
<application>
<!-- Sample AdMob app ID: ca-app-pub-3940256099942544~3347511713 -->
<meta-data
android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="ca-app-pub-xxxxxxxxxxxxxxxx~yyyyyyyyyy"/>
</application>
</manifest>
- Download ZIP from https://github.com/m1ga/ti.dfp/releases/
- place it inside your app root folder
- add
<module>ti.dfp</module>
to tiapp.xml - compile your app