I'm running into an issue where facebook is tracking the unique users for android but not the app installs. All I'm doing in my activity is:
AppEventsLogger.activateApp(getApplication());
In onCreate.
Should this not be tracked as an install even if I send an apk file?