facebookarchive / react-native-fbsdk

A React Native wrapper around the Facebook SDKs for Android and iOS. Provides access to Facebook login, sharing, graph requests, app events etc.
https://developers.facebook.com/docs/react-native
Other
2.99k stars 908 forks source link

No check for advertisingTrackingEnabled #715

Closed sintylapse closed 4 years ago

sintylapse commented 4 years ago

App Store requires not to track users by their unique identifiers, but I haven't found any code that checks for advertisingTrackingEnabled inside fbsdk - https://developer.apple.com/documentation/adsupport/asidentifiermanager/1614148-advertisingtrackingenabled?language=objc . Is that check necessary and should developers implement this check on their side?

gmertk commented 4 years ago

Hi @sintylapse, this react-native-fbsdk is a wrapper around the facebook-ios-sdk which checks this flag internally. Please see https://github.com/facebook/facebook-ios-sdk/blob/003c46e80ad379bc1fc9748837c04dd57fbbbf50/FBSDKCoreKit/FBSDKCoreKit/AppEvents/Internal/FBSDKAppEventsUtility.m#L60-L70