Skip to content

charmdev/AppsFlyerExtension-OpenFl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AppsFlyerExtension-OpenFl

Native extension (iOS, Android) AppsFlyer SDK for OpenFl

Install:

  1. run haxelib git AppsFlyerExtension https://github.com/GreenishFlow/AppsFlyerExtension-HAXE

  2. add to project.xml:

    <haxelib name="AppsFlyerExtension" />

Initialization:

AppsFlyerExtension.startTracking(devKey:String, appId:String = ""); (appId is using for for iOS https://support.appsflyer.com/hc/en-us/articles/207032066-AppsFlyer-SDK-Integration-iOS)

Send event:

AppsFlyerExtension.trackEvent(eventName:String, eventData:String);

eventName - AppsFlyer event name

eventData - strigify JSON with data

e.g.

AppsFlyerExtension.trackEvent('af_revenue','{"af_quantity":100}');

About

Native extension (iOS, Android) AppsFlyer SDK for HAXE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published