All Projects → m1ga → ti.dfp

m1ga / ti.dfp

Licence: other
Doubleclick for Publishers (DFP) module for Titanium Mobile

Programming Languages

objective c
16641 projects - #2 most used programming language
java
68154 projects - #9 most used programming language
python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to ti.dfp

av.imageview
Titanium native ImageView module that extends the default Titanium ImageView with more capabilities and a different caching system.
Stars: ✭ 97 (+340.91%)
Mutual labels:  titanium-mobile, titanium-module
ti.detect
A simple Titanium library which detects things for you
Stars: ✭ 15 (-31.82%)
Mutual labels:  titanium-module
AlloyXL
No description or website provided.
Stars: ✭ 33 (+50%)
Mutual labels:  titanium-mobile
ti.moddevguide
Appcelerator Titanium native Module Guide
Stars: ✭ 39 (+77.27%)
Mutual labels:  titanium-module
ti.imagefactory
The ImageFactory Module for Appcelerator Titanium
Stars: ✭ 68 (+209.09%)
Mutual labels:  titanium-module
titanium-alternate-icons
Leverage the ability to change the app icon in iOS 10.3+
Stars: ✭ 24 (+9.09%)
Mutual labels:  titanium-module
ti.admob
Use the Google AdMob SDK on iOS and Android with Titanium
Stars: ✭ 51 (+131.82%)
Mutual labels:  titanium-module
TiCaching
Commonjs module for caching data in Apps made with Titanium Mobile
Stars: ✭ 22 (+0%)
Mutual labels:  titanium-mobile
ti.youtube
A small library to get the URL of the desired YouTube video ID to use it natively in Ti.Media.VideoPlayer.
Stars: ✭ 13 (-40.91%)
Mutual labels:  titanium-module
titanium-paypal
💰 Use the PayPal iOS-SDK 2.x with Titanium Mobile.
Stars: ✭ 22 (+0%)
Mutual labels:  titanium-mobile
titanium-turbo
Axway Amplify module that adds some enhancements for Appcelerator Titanium Alloy
Stars: ✭ 15 (-31.82%)
Mutual labels:  titanium-mobile
ti.coronawidget
Appclerator Titanium Covid-19 widget for Android
Stars: ✭ 17 (-22.73%)
Mutual labels:  titanium-mobile
TiFastlane
With TiFastlane you'll be able to fully optimize the way you submit your app updates and maintain your certificates and provisioning profiles of all your Titanium Apps.
Stars: ✭ 83 (+277.27%)
Mutual labels:  titanium-mobile
ti.locationservices
Titanium Location Services Module for Android
Stars: ✭ 13 (-40.91%)
Mutual labels:  titanium-module
titanium-apple-sign-in
Use the iOS 13+ Apple Sign In API with Titanium
Stars: ✭ 29 (+31.82%)
Mutual labels:  titanium-module
ti.playservices
Titanium module for Google Play Services
Stars: ✭ 19 (-13.64%)
Mutual labels:  titanium-module
ti.paint
Touch-based painting with the Titanium SDK.
Stars: ✭ 27 (+22.73%)
Mutual labels:  titanium-module
TiDropboxAPIv2
Titanium Appcelerator Javascript Dropbox API v2
Stars: ✭ 13 (-40.91%)
Mutual labels:  titanium-module

DFP Module

Description

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.

Quick Start

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>

Installation

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].