Skip to content

yannchao/nmex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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" />

About

NME extensions for IOS/Android game development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published