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 20 minutes ago
Added to GitGenius on August 8th, 2026
Created on June 24th, 2010
Open Issues & Pull Requests: 154 (+0)
Number of forks: 3,695
Total Stargazers: 8,083 (+0)
Total Subscribers: 644 (+0)

Issue Activity (beta)

Open issues: 90
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 665 days
Stale 30+ days: 84
Stale 90+ days: 75

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • spam (513)
  • bug (216)
  • needs-triage (115)
  • Stale (70)
  • fixed (37)
  • enhancement (31)
  • out-of-scope (29)
  • fixed-in-main (8)

Repository Insights (GitGenius)

Median issue/PR response: 0.0 hours
Mean response time: 3.2 hours
90th percentile: 0.0 hours
Tracked items: 787

Most active contributors

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. Across 646 tracked issues and pull requests, the median response latency is zero hours with a mean of 2.4 hours, indicating rapid triage and response times. The most frequently applied issue labels are spam (426 instances), bug (185 instances), and needs-triage (97 instances), reflecting active issue management. The primary contributor, Zhiyi-Zhang, has logged 2603 events, with secondary contributors ellinsmith178-png (384 events) and happyjoy88845-cyber (118 events) also maintaining significant involvement. 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.

facebook-ios-sdk
by
facebookfacebook/facebook-ios-sdk

Repository Details

Fetching additional details & charts...