All Projects â†’ Tw1ddle â†’ samcodes-ads-demo

Tw1ddle / samcodes-ads-demo

Licence: MIT License
💵 Demonstrates Haxe/OpenFL bindings for Chartboost ads haxelib

Programming Languages

haxe
709 projects

Projects that are alternatives of or similar to samcodes-ads-demo

Coding To Monetization
📖 From Coding to Monetization:Programmer's Financial Freedom Approach
Stars: ✭ 152 (+913.33%)
Mutual labels:  admob
react-native-ad-consent
Google's User Messaging Platform (UMP SDK) for React Native.
Stars: ✭ 30 (+100%)
Mutual labels:  admob
Artisto capstone
This is Capstone Project of Android Developer Nanodegree program.
Stars: ✭ 36 (+140%)
Mutual labels:  admob
Admob Plus
Trustable AdMob Plugin for Cordova, Capacitor, Ionic
Stars: ✭ 195 (+1200%)
Mutual labels:  admob
Android-WebView-in-Kotlin
Native Android WebView Example in Kotlin. Website to android app github open source template.
Stars: ✭ 87 (+480%)
Mutual labels:  admob
godot-android-plugin-firebase
Godot 3.2.2 Android plugin for Firebase
Stars: ✭ 41 (+173.33%)
Mutual labels:  admob
Qtandroidtools
A library to manage Android from QML
Stars: ✭ 134 (+793.33%)
Mutual labels:  admob
admob
Admob for React Native with powerful hooks and components
Stars: ✭ 124 (+726.67%)
Mutual labels:  admob
ti.admob
Use the Google AdMob SDK on iOS and Android with Titanium
Stars: ✭ 51 (+240%)
Mutual labels:  admob
extension-admob
Defold native extension which provides access to AdMob functionality on Android and iOS
Stars: ✭ 31 (+106.67%)
Mutual labels:  admob
Qtfirebase
An effort to bring Google's Firebase C++ API to Qt + QML
Stars: ✭ 208 (+1286.67%)
Mutual labels:  admob
ionic3-woocommerce
Ionic 3 Woocommerce Template
Stars: ✭ 17 (+13.33%)
Mutual labels:  admob
godot-admob-editor
This repository is for Godot's Addons to integrate natively AdMob to your Game Project without much configurations, with a beautiful UI and directly inside Godot Editor!
Stars: ✭ 43 (+186.67%)
Mutual labels:  admob
React Native Admob Native Ads
A simple and robust library for creating & displaying Admob Native Advanced Ads in your React Native App using Native Views.
Stars: ✭ 159 (+960%)
Mutual labels:  admob
godot-custom-mobile-template
Godot Game Engine Custom Mobile Template
Stars: ✭ 70 (+366.67%)
Mutual labels:  admob
Godotads
Godot all in one ads module for Android. (Customizable)
Stars: ✭ 137 (+813.33%)
Mutual labels:  admob
AKGADWrapper
A wrapper for a UIViewController with a GADBannerView at the bottom
Stars: ✭ 55 (+266.67%)
Mutual labels:  admob
Dowy
🎬Application that displays a list of Movies and Tv Series using Modern Android Application Development tools and API's
Stars: ✭ 29 (+93.33%)
Mutual labels:  admob
native admob flutter
Easy-to-make native ads in flutter using AdMOB SDK.
Stars: ✭ 82 (+446.67%)
Mutual labels:  admob
AdMob-ANE
AdMob Adobe Air Native Extension for iOS 10.0+, Android 19+. Supports Banner, Interstitial and RewardVideo ads
Stars: ✭ 26 (+73.33%)
Mutual labels:  admob

Haxe Ads Demo

License

Demo of the Chartboost ads haxelib for Android and iOS Haxe OpenFL targets.

Deprecation note. I am not currently using the Chartboost ads haxelib in any games, so this demo is likely to be out of date.

Usage

This demo app uses HaxeFlixel and my ads haxelib, so install these first:

haxelib install flixel
haxelib install samcodes-chartboost # Or use lib/samcodes-chartboost submodule in the repo

Configure the <set> tags at the top of Project.xml for the ads platform:

Chartboost

To use test ads, first ensure "test mode" is enabled on your Chartboost app dashboard.

On Android and iOS, pass the app identifier and signature in when initializing Chartboost:

Chartboost.initChartboost(yourAppId, yourAppSignature);

Set Ad Ids

App, interstitial and banner ids come unconfigured in this demo. You need to set your own:

// In AdLocations.hx
#if chartboostads
// Chartboost locations have custom names - they can be whatever you want e.g.
public static inline var SAMPLE_INTERSTITIAL_LOCATION:String = "my_cb_interstitial";
#end

Once you have done the above, build the app. Press the buttons at the bottom of the "Game Substate" to test the different types of ads. When an ad is visible the app should enter an "Ad Focused Substate".

Screenshots

Chartboost video ad:

Notes

  • Run the JavaScript build here. There's no web ad support yet.
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].