Skip to content

JavaryGames/godot_appsflyer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AppsFlyer module for Godot Game Engine (for Android and iOS).

Install

Edit your engine.cfg and add this line:

[android]

modules="org/godotengine/godot/GodotAppsFlyer"

Use

if(Engine.has_singleton("GodotAppsFlyer")):
	apps_flyer = Engine.get_singleton("GodotAppsFlyer")
	apps_flyer.init("key", "app_id")
	apps_flyer.track_event("event", {"param1": 42})

About

AppsFlyer module for Godot3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 73.9%
  • Java 10.8%
  • Objective-C++ 10.1%
  • C++ 2.8%
  • Python 2.4%