Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.26 KB | None | 0 0
  1. private void InitializeAppsflyerSDK()
  2. {
  3.     AppsFlyer.setAppsFlyerKey(ApplicationConstants.APPSFLYER_DEV_KEY);
  4.     AppsFlyer.setAppID(ApplicationConstants.APPLE_APP_ID);
  5.     AppsFlyer.setIsDebug(ApplicationContextView.IsDebugAppsflyer);
  6.  
  7.     AppsFlyer.trackAppLaunch();
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement