Facebook App is not recorded in Facebook Insights [iOS App]

I am trying to track installs in an iOS app in the Statistics panel and I am really unable to do so. The only read I get is the number of application launches. Application installation data is not recorded.

When I went through the analysis panel, I came across a banner like this

"This data may be incomplete as we do not seem to receive application launch events corresponding to all of your application installations."

Could you please help me with solutions to track App installation in Insights panel.

+3


source to share


1 answer


If you are using the FB iOS SDK, then this logging is done using the FBSDKAppEvents class as described here . One of the reasons why I can think of why you can't see the data is because you don't have enough data. Wait until more data is logged and see if it works.



If you're working with mobile ads, make sure you follow the instructions here . There is an ad assistant that you might find handy.

+1


source







All Articles