ios - Tracking App Installs using Facebook SDK -


i have set facebook sdk according documentation on facebook developer website. have added code below in applicationdidbecomeactive

-(void) applicationdidbecomeactive:(uiapplication*)application  {  [fbsettings publishinstall:[fbsession defaultappid]]; } 

i have set app in facebook not seem tracking installs. wondering if knew how long takes installs register. track installs when running xcode or adhoc build? or there may have missed. appreciated.


Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

linux - Does gcc have any options to add version info in ELF binary file? -

java - Are there any classes that implement javax.persistence.Parameter<T>? -