track iOS mobile installs from Facebook ad -


i have created app on facebook , add set app , integrated sdk in xcode, configure plist , relevant code below in appdelegate:-

- (void)applicationdidbecomeactive:(uiapplication *)application {   [fbsdkappevents activateapp]; }  - (bool)application:(uiapplication *)application didfinishlaunchingwithoptions:(nsdictionary *)launchoptions {   return [[fbsdkapplicationdelegate sharedinstance] application:application                                     didfinishlaunchingwithoptions:launchoptions]; }  - (bool)application:(uiapplication *)application             openurl:(nsurl *)url   sourceapplication:(nsstring *)sourceapplication          annotation:(id)annotation {   return [[fbsdkapplicationdelegate sharedinstance] application:application openurl:url sourceapplication:sourceapplication                                                       annotation:annotation]; } 

on facebook under app there menu:

  1. status & review menu pending
  2. app details menu left pending (red icon pending part in both menu's)

for first point, in below mentioned, ios app please provide version of ios app our team review. above need provide simulator build , reference on facebook

if create app uses facebook login need submit review. see review guidelines.

i need track how many apps download facebook ad , not providing doing login in app facebook.

but if close app details part. how know when app goes live , people intalls form facebook add track

can 1 has experience please provide functionality

thanks,

in order track mobile app installs not need have application reviewed. need submit review if want application listed in facebook app center (uses app details page) or if using login , need permissions.

in order make application live public need go here: https://developers.facebook.com/apps/your_app_id/review-status/ , toggle switch have highlighted below , live public:

status & review

this means public can start using application. know can ensure application set correctly using app ads helper.


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -