How do I implement Facebook Mobile Install Ad tracking in Phonegap/Cordova project?

后端 未结 3 939
梦谈多话
梦谈多话 2021-01-12 17:13

Ok, so I\'ve got a \"completed\" iOS phonegap/cordova project, using version 3.4 in xcode 5. I know I need to integrate the facebook sdk in order to track the installs for m

3条回答
  •  日久生厌
    2021-01-12 17:24

    I don't have a full answer, but I'm in a similar position. My understanding is yes you need to install the Facebook SDK, and yes you'll need to add the ObjectiveC config stuff to UIApplicationDelegate. However I believe you do not need the phonegap-facebook-plugin and I would suggest you stay clear of it, at least while it has 216 open issues and lags the iOS Facebook SDK by several versions. Of course, your mileage may vary, but I'm fairly certain it is not required for Mobile Ads tracking.

提交回复
热议问题