cordova-plugin-facebookads icon indicating copy to clipboard operation
cordova-plugin-facebookads copied to clipboard

Configuring Info.plist

Open jason-engage opened this issue 8 years ago • 1 comments

Hey, thanks for the plugin. By the way, in the developers console for IOS apps FB mentions that we should enter the following info into the plist file (at least if doing native integration). Does this also apply to this plugin?

<key>CFBundleURLTypes</key>
<array>
  <dict>
  <key>CFBundleURLSchemes</key>
  <array>
    <string>fb5756633559XXXX</string>
  </array>
  </dict>
</array>
  <key>FacebookAppID</key>
  <string>5756633559XXXX</string>
  <key>FacebookDisplayName</key>
<string>AppName</string>

jason-engage avatar Nov 09 '15 20:11 jason-engage