facebook/facebook-ios-sdk

Used to integrate the Facebook Platform with your iOS & tvOS apps.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 21 minutes ago
Added to GitGenius on August 8th, 2026
Created on June 24th, 2010
Open Issues & Pull Requests: 153 (+0)
GitHub issues: Enabled
Number of forks: 3,700
Total Stargazers: 8,101 (+0)
Total Subscribers: 648 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 5.3 days
Mean response time: 69.4 days
90th percentile: 99.5 days
Tracked items: 681

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "enhancement" is answered fastest, typically in about 13 hours, while "out-of-scope" waits about 7 weeks. Only 10% of issues opened in the past year have been closed. Three people close 95% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 90
New in 7 days: 2
Closed in 7 days: 1
Avg open age: 652 days
Stale 30+ days: 86
Stale 90+ days: 77

Recent activity

Opened in 7 days: 2
Closed in 7 days: 1
Comments in 7 days: 1
Events in 7 days: 10

Top labels

  • spam (515)
  • bug (217)
  • needs-triage (116)
  • Stale (70)
  • fixed (38)
  • enhancement (31)
  • out-of-scope (29)
  • fixed-in-main (8)

Detailed Description

The Facebook SDK for iOS is an open-source library that enables developers to integrate Facebook's platform capabilities into iOS and tvOS applications. Written primarily in Swift, the SDK provides access to core Facebook features including user login, content sharing, App Links, Graph API functionality, and analytics integration. The library is distributed through Swift Package Manager, allowing developers to select and install only the Facebook-prefixed libraries they need for their specific use cases.

The repository is currently undergoing a significant modernization effort, with the development team actively rewriting the SDK in Swift to replace the legacy Objective-C codebase. This transition is documented prominently in the README with warnings that developers should monitor the changelog for interface changes, as some APIs remain unstable during this migration period. The rewrite may introduce compilation issues related to language interoperability, requiring developers to use @import syntax when calling Swift-defined symbols from Objective-C code and potentially necessitating Objective-C wrappers for C++ functionality.

Activity data tracked by GitGenius reveals substantial ongoing maintenance and community engagement. The repository's contributor network overlaps with major projects including Microsoft's VSCode and TypeScript repositories as well as the Flutter project, suggesting cross-pollination of development practices and shared expertise.

The SDK addresses iOS 14 privacy requirements by documenting data disclosure obligations. Developers using the SDK must ensure that tracking events collected and sent to Facebook are properly disclosed in App Store Connect questionnaires and reflected in their applications' privacy policies. This reflects Facebook's compliance with Apple's App Store privacy details requirements.

The repository maintains comprehensive documentation at developers.facebook.com/docs/ios, providing tutorials, getting-started guides, and API reference materials. Developers are encouraged to report bugs through Facebook's designated support channels rather than exclusively through GitHub issues, which helps prioritize resolution efforts. The project welcomes community contributions following guidelines in the CONTRIBUTING file and maintains a bug bounty program detailed in the SECURITY.md file. The SDK is licensed under Meta Platforms' standard terms, with usage governed by Facebook's Data Use Policy and Platform Policies, requiring developers to obtain appropriate user consent before collecting and sharing data with Facebook.