You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to disable this log or this is nonsense 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"
#2497
Open
5 tasks done
Volodymyr-13 opened this issue
Nov 4, 2024
· 1 comment
This issue is not security related and can safely be disclosed publicly on GitHub
Xcode version
16.1
Facebook iOS SDK version
17.4.0
Dependency Manager
SPM
SDK Framework
Core
Goals
When app runs I see nonsense debug 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.
: The value for FacebookAdvertiserIDCollectionEnabled is currently set to FALSE so you're sending app events without collecting Advertiser ID. This can affect the quality of your advertising and
Expected results
No such log should appear, since this FacebookAdvertiserIDCollectionEnabled is not longer used.
Actual results
Logs nonsense message.
Steps to reproduce
Just initialize SDK.
Code samples & details
// INSERT YOUR CODE HERE
varexample="Example code"
The text was updated successfully, but these errors were encountered:
I also have: <Warning>: The value for FacebookAdvertiserIDCollectionEnabled is currently set to FALSE so you're sending app events without collecting Advertiser ID. This can affect the quality of your advertising and analytics results.
Although, FacebookAutoLogAppEventsEnabled and FacebookAdvertiserIDCollectionEnabled are set to true in the info.plist file
Checklist before submitting a bug report
Xcode version
16.1
Facebook iOS SDK version
17.4.0
Dependency Manager
SPM
SDK Framework
Core
Goals
When app runs I see nonsense debug 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.
: The value for FacebookAdvertiserIDCollectionEnabled is currently set to FALSE so you're sending app events without collecting Advertiser ID. This can affect the quality of your advertising and
Expected results
No such log should appear, since this FacebookAdvertiserIDCollectionEnabled is not longer used.
Actual results
Logs nonsense message.
Steps to reproduce
Just initialize SDK.
Code samples & details
The text was updated successfully, but these errors were encountered: