|
|
|
|
|
by bitcrazy
2236 days ago
|
|
The Facebook SDK does make some calls on init. https://developers.facebook.com/docs/app-events/gdpr-complia... From them: "The Facebook SDK automatically initializes when the app is opened. When the SDK is initializing, it fetches app settings from Facebook. If you want to block all network requests to Facebook, you can disable automatic initialization." If you want to turn it off, you're supposed to set in your app's plist <key>FacebookAutoInitEnabled</key><false/>. If people are claiming that the SDK is still fetching despite adding that key, that could be breaking some compliance and consent laws... |
|