nmex

NME extensions for IOS/Android including AdMob, Game Center, Google Analytics and more.
https://github.com/watsnow/nmex

To install, run:

haxelib install nmex 1.0.0 

See using Haxelib in Haxelib documentation for more information.

README.md

NME extensions for IOS/Android game development

Features

  • InAppPurchase
  • Google Analytics
  • GameCenter
  • AdMob
  • NativeUI...

Android is not supported currently.

Installation

  1. Install NMEX into a directory: git clone https://github.com/watsnow/nmex.git DESTINATION-FOLDER
  2. Point haxelib to this directory: haxelib dev nmex DESTINATION-FOLDER
  3. Add the following to your application NMML file:
    <haxelib name="nmex" if="ios" />
  4. You may need to add the following framework dependencies:
    <dependency name="GameKit.framework" if="ios" />
    <dependency name="StoreKit.framework" if="ios" />
    <dependency name="SystemConfiguration.framework" if="ios" />
    <dependency name="Social.framework" if="ios" />
    <dependency name="Accounts.framework" if="ios" />
    <dependency name="AdSupport.framework" if="ios" />
    <dependency name="MediaPlayer.framework" if="ios" />
Contributors
Yann
Version
1.0.0
Published
11 years ago
Dependencies
License
MIT

All libraries are free

Every month, more than a thousand developers use Haxelib to find, share, and reuse code — and assemble it in powerful new ways. Enjoy Haxe; It is great!

Explore Haxe

Haxe Manual

Haxe Code Cookbook

Haxe API documentation

You can try Haxe in the browser! try.haxe.org

Join us on GitHub!

Haxe is being developed on GitHub. Feel free to contribute or report issues to our projects.

Haxe on GitHub