Examples

Π˜Π½Ρ‚Π΅Π³Ρ€Π°Ρ†ΠΈΡ Π½Π° ΠΏΡ€ΠΈΠΌΠ΅Ρ€Π΅ Android: https://support.appsflyer.com/hc/ru/articles/207032126

Examples apps: https://github.com/AppsFlyerSDK/SampleApp-Examples

ΠŸΡ€ΠΈΠΌΠ΅Ρ€

import com.appsflyer.AppsFlyerConversionListener;
import com.appsflyer.AppsFlyerLib;

static  {
    APP_FL_KEY = "i7EvqrSvMEig9UNGJLX111";
}

AppsFlyerLib.getInstance().init(APP_FL_KEY, appsFlyerConversionListener, getApplicationContext()).getInstance().startTracking(this);

Last updated