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
This issue is not security related and can safely be disclosed publicly on GitHub
Xcode version
15.2
Facebook iOS SDK version
17.0.2
Dependency Manager
SPM
SDK Framework
Core
Goals
Create a campaign which optimises for the Subscribe standard event.
Expected results
I integrate the Facebook iOS SDK as per the official docs, I release my new app version, I see app events are coming in, and I'm able to create a new campaign that optimises for the Subscribe event.
Actual results
In events manager, I see an 'event parameters blocked' diagnostic message. The summary states I'm sending personal data with an event parameter fb_content_title in several payment events such as fb_mobile_purchase.
When examining the FBSDK log output, I see that the offending parameter is only sending the names of my in-app purchase products, not personal data.
Nobody in support in the Facebook Business system can tell me anything about this. Nobody there seems to know the first thing about the iOS SDK. This is a 100% vanilla install, as per the docs. I'm not sending any custom events, just the stuff the SDK tracks automatically. What am I supposed to do?
Steps to reproduce
Just do a standard SDK integration in an iOS app and release it to the App Store. Go to events manager and see the incorrectly blocked events.
Code samples & details
This isn't a code issue.
The text was updated successfully, but these errors were encountered:
Checklist before submitting a bug report
Xcode version
15.2
Facebook iOS SDK version
17.0.2
Dependency Manager
SPM
SDK Framework
Core
Goals
Create a campaign which optimises for the
Subscribe
standard event.Expected results
I integrate the Facebook iOS SDK as per the official docs, I release my new app version, I see app events are coming in, and I'm able to create a new campaign that optimises for the
Subscribe
event.Actual results
In events manager, I see an 'event parameters blocked' diagnostic message. The summary states I'm sending personal data with an event parameter
fb_content_title
in several payment events such asfb_mobile_purchase
.When examining the
FBSDK
log output, I see that the offending parameter is only sending the names of my in-app purchase products, not personal data.Nobody in support in the Facebook Business system can tell me anything about this. Nobody there seems to know the first thing about the iOS SDK. This is a 100% vanilla install, as per the docs. I'm not sending any custom events, just the stuff the SDK tracks automatically. What am I supposed to do?
Steps to reproduce
Just do a standard SDK integration in an iOS app and release it to the App Store. Go to events manager and see the incorrectly blocked events.
Code samples & details
The text was updated successfully, but these errors were encountered: