Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic event fb_sdk_settings_changed collects private user data #1231

Open
5 tasks done
NewestUser opened this issue Jan 23, 2024 · 0 comments
Open
5 tasks done

Automatic event fb_sdk_settings_changed collects private user data #1231

NewestUser opened this issue Jan 23, 2024 · 0 comments

Comments

@NewestUser
Copy link

NewestUser commented Jan 23, 2024

Checklist before submitting a bug report

Java version

11

Android version

API 33

Android SDK version

16.3.0

Installation platform & version

gradle

Package

Core & AppEvents

Goals

Remove health data violation warning in Events Manager. I received a report stating that the event fb_sdk_settings_changed with event parameter previous contains sensitive user data that violates the facebook policy.

Expected results

A mechanism or documentation on how to intercept this event and remove any sensitive data from it or be able to stop logging this event.

Actual results

I set the value to true of the following properties:

    <meta-data
      android:name="com.facebook.sdk.AutoLogAppEventsEnabled"
      android:value="true" />

    <meta-data
      android:name="com.facebook.sdk.AdvertiserIDCollectionEnabled"
      android:value="true" />

Steps to reproduce

No response

Code samples & details

My app uses a androidx.preference.PreferenceFragmentCompat to provide a preference screen in which the user can enter his age, current weight, height etc... Basically data that violates facebook's health data requirements. I am not logging any custom events. I suspect that the facebook sdk somehow detects changes in preferences and logs those changes in the events that it fires.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants
@NewestUser and others