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

Removing From ArrayList, In Loop Based On It's Size, But Breaking After Remove Still Gives OutOfBounds -

c# - Reactive Extensions ControlScheduler -

java - Add color code support to a Bukkit plugin -