Per Facebook's documentation on Section 3 of Get started measuring app installs on page: https://developers.facebook.com/docs/ads-for-apps/mobile-app-ads/
I have added these two lines in my code:
[FBSettings setDefaultAppID:YOUR_APP_ID]; [FBAppEvents activateApp];
I am UNABLE to see any confirmation of installs as mentioned in app summary page
Confirm that installs are being tracked You can confirm that the volume of installs is being correctly reported in the Insights section for your app in the App Dashboard. In addition, in the App Summary Page, there is a time stamp 'Last Mobile Install Reported" for iOS and Android so that you can confirm that an install is being reported (see image below - ).
http://i.stack.imgur.com/xGP24.png
Can anyone help me out on this?