cordova-plugin-facebookads
cordova-plugin-facebookads copied to clipboard
Configuring Info.plist
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>
It's for facebook login etc., but seems it's not required for audiencenetwork sdk. Do you encountered any problem?