ios - Facebook - Mobile app installs not tracked -
i having troubles when trying track number of mobile installs of ios application through facebook.
i using facebook-ios-sdk 4.0.1
, , calling:
- (void)applicationdidbecomeactive:(uiapplication *)application { [fbsdkappevents activateapp]; }
however, when go bottom of facebook application dashboard, have this:
last mobile app installs:
we have not seen install pings app yet
moreover, if go app ads helper app, get:
no installs recorded in last 7 days ios. see app analytics more data. if expect see installs reported, make sure have set measurement indicated here. specifically, make sure to
call 'activateapp' function app on foreground.
include correct facebook app id in info plist.
i'm doing both things. in fact, use other features facebook ios sdk , working fine.
what weird that, if go app analytics , head mobile installs report, there actual installs being tracked.
so question is, why installs being shown in app analytics not in other 2 sections (dashboard , app ads helper)?
is there missing in ios code or in facebook application settings?
thanks!
Comments
Post a Comment