Skip to content

0proto/HypPlay_services

 
 

Repository files navigation

HypPlayService

A Google Play Services native extension for Haxe NME

This NME native extension allows you to integrate the Google Play Services into your OpenFL application.

For now it's Android only. iOS will be coming soom.

Requirement

Require OpenFL 1.1+

Android

Add the following line inside of your project file:

<!-- Google Play Services ID -->
<setenv name="GooglePlayID" value="REPLACE_ME_WITH_YOUR_GOOGLEID" />

This library is using Fragments, so you need to edit your OpenFL template class ( GameActivity.java )

Go into [haxelib folder]/lib/openfl-native/[version]/templates/android/template/src/org/haxe/nme.

And edit the "GameActivity" file. Replace the following line:

public class GameActivity extends Activity implements SensorEventListener {

by:

public class GameActivity extends android.support.v4.app.FragmentActivity implements SensorEventListener {

Recompiling

For recompiling the native extensions just use the sh files contained in the project folder

Usage

Take a look at the wiki

Made at Hyperfiction

Developed by :

License

This work is under BSD simplified License. Apache License, Version 2.0

About

Google Play Services for Haxe OpenFL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 80.2%
  • Haxe 15.8%
  • C++ 3.8%
  • Shell 0.2%