Facebook Android SDK not registering installs
问题 I created an app in Unity and published it to an Eclipse Android project, then I included the Facebook SDK in the project, I also followed the getting started wizard in the developer site. I added the following line of code to the onResume() function of my main activity: com.facebook.AppEventsLogger.activateApp(this, "MY FB APP ID"); In the Manifest file of the app I added the following: <activity android:configChanges="fontScale|keyboard|keyboardHidden|locale|mnc|mcc|navigation|orientation