Skip to content

Appsflyer iOS SDK Titanium Module

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.txt
Notifications You must be signed in to change notification settings

paulflores/titanium_appsflyer_ios_module

Repository files navigation

Appsflyer iOS SDK Titanium Module
=================================

USAGE
-------------

1. Initialization (mandatory)
var appsflyer = require('com.shopmium.appsflyer');
appsflyer.startTracker('APPSFLYER_APP_ID', 'APPSFLYER_DEV_KEY');

2. Set install id (optional)
appsflyer.setInstallId('unique_user_id');

3. Track app launch/installation (mandatory)
appsflyer.trackAppLaunch();

4. Track custom events (optional)
appsflyer.trackAction('register', '');
appsflyer.trackAction('purchase', '$3.75');

About

Appsflyer iOS SDK Titanium Module

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published