android - Facebook Mobile App Installations don't show any thing -


I want to install with mobile app ads. I already register my app and add a Facebook SDK. But, I do not see any installation in App Insights. So, what is my problem and how do I check it? Here's my main activity:

  Import android.app.activity; Importroid.os.Bundle; Import android.view.Menu; Import com.facebook.AppEventsLogger; Public classroom enhances main activity activity {@ Override Protected Zero (Bundled Saved Instance) {super.onCreate (savedInstanceState); SetContentView (R.layout.activity_main); } Secure zero () at reserve {super.onResume (); AppEventsLogger.activateApp (this, "APP_ID"); AppEventsLogger.newLogger (this) .flush (); }}  

If I have any errors please advise you for your support.


Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -