I’m trying to use the Facebook v4a plugin to track app installs. It seems to be working fine, and the call to init() succeeds. I can also see an app install being recorded on my Facebook app’s dashboard.
But in the console I get the following warnings:
<Warning>: Please set a value for FacebookAutoLogAppEventsEnabled. Set the flag to TRUE if you want to collect app install, app launch and in-app purchase events automatically. To request user consent before collecting data, set the flag value to FALSE, then change to TRUE once user consent is received. Learn more: https://developers.facebook.com/docs/app-events/getting-started-app-events-ios#disable-auto-events.
<Warning>: You haven't set a value for FacebookAdvertiserIDCollectionEnabled. Set the flag to TRUE if you want to collect Advertiser ID for better advertising and analytics results.
Does the plugin have support for these settings that the Facebook SDK is complaining about? I can’t seem to find any information about this in the docs or forums.