5 of 6 standards met
Checklist before submitting a bug report [x] I've updated to the latest released version of the SDK [x] I've searched for existing GitHub issues [x] I've looked for existing answers on Stack Overflow, the Facebook Developer Community Forum and the Facebook Developers Group [x] I've read the Code of Conduct [x] This issue is not security related and can safely be disclosed publicly on GitHub Xcode version 16.1 Facebook iOS SDK version 18.0.0 Dependency Manager CocoaPods SDK Framework Share Goals Can be shared normally on iPad Expected results Can be shared normally on iPad Actual results Using the method as follows: [FBSDKShareDialog showFromViewController:cuView withContent:linkContent delegate:self]; On iPhone, FBSDKShareDialog works fine and the delegate callback is triggered after the share is successful. However, on iPad (17.7.8), the share operation is successful but the delegate methods such as didCompleteWithResults, didFailWithError and sharerDidCancel are not called. After calling share on iPad and tapping share, a transparent SLComposeViewController appears at the top of the app, which blocks interaction with the app. I have confirmed that the delegate is set up correctly and the parameters passed to showFromViewController:withContent:delegate: are correct. This does not happen on iPhone as the share dialog works fine and the delegate callback is also triggered correctly. Steps to reproduce Code samples & details
Checklist before submitting a bug report [x] I've updated to the latest released version of the SDK [x] I've searched for existing GitHub issues [x] I've looked for existing answers on Stack Overflow, the Facebook Developer Community Forum and the Facebook Developers Group [x] I've read the Code of Conduct [x] This issue is not security related and can safely be disclosed publicly on GitHub Xcode version 16.2 Facebook iOS SDK version 18.0.2 Dependency Manager CocoaPods SDK Framework Core Goals compile success Expected results compile success Actual results Xcode errors: facebook_app_events-0.20.1/ios/Classes/SwiftFacebookAppEventsPlugin.swift:27:47 Incorrect argument label in call (have '_:didFinishLaunchingWithOptions:', expected '_:continue:') facebook_app_events-0.20.1/ios/Classes/SwiftFacebookAppEventsPlugin.swift:27:91 Cannot convert value of type '[UIApplication.LaunchOptionsKey : Any]' to expected argument type 'NSUserActivity' facebook_app_events-0.20.1/ios/Classes/SwiftFacebookAppEventsPlugin.swift:32:63 Extra arguments at positions #3, #4 in call facebook_app_events-0.20.1/ios/Classes/SwiftFacebookAppEventsPlugin.swift:33:27 Missing argument for parameter 'options' in call facebook_app_events-0.20.1/ios/Classes/SwiftFacebookAppEventsPlugin.swift:118:32 Value of type 'Settings' has no member 'appID' facebook_app_events-0.20.1/ios/Classes/SwiftFacebookAppEventsPlugin.swift:168:25 Value of type 'Settings' has no member 'setDataProcessingOptions' Steps to reproduce I'm using the Flutter plugin , version 0.20.1. Its podspec file specifies , which works for others, but fails for me. When I specify in my Podfile, it compiles successfully. However, when I specify , Xcode doesn't see the other application functions. Code samples & details
Repository: facebook/facebook-ios-sdk. Description: Used to integrate the Facebook Platform with your iOS & tvOS apps. Stars: 8027, Forks: 3688. Primary language: Swift. Languages: Swift (72.2%), Objective-C (25.8%), Objective-C++ (0.7%), Shell (0.5%), Ruby (0.3%). Homepage: https://developers.facebook.com/docs/ios Latest release: v18.0.3 (2w ago). Open PRs: 4, open issues: 439. Last activity: 2w ago. Community health: 100%. Top contributors: joesus, jawwad, samodom, KylinChang, tianqibt, dreamolight, ryantobinmeta, onebit, ppansy, Alaeldin513 and others.
Last 12 weeks · 6 commits
Checklist before submitting a bug report [x] I've updated to the latest released version of the SDK [x] I've searched for existing GitHub issues [x] I've looked for existing answers on Stack Overflow, the Facebook Developer Community Forum and the Facebook Developers Group [x] I've read the Code of Conduct [x] This issue is not security related and can safely be disclosed publicly on GitHub Xcode version 26.3.0 Facebook iOS SDK version 18.0.1 Dependency Manager SPM SDK Framework Core Goals Xcode Cloud jobs resolving swift packages successfully. Expected results Xcode Cloud jobs should not fail due to Facebook SDK swift package resolution. Actual results Xcode Cloud jobs fail due to Facebook SDK swift package resolution error. Steps to reproduce Create an app and add Facebook SDK as a swift package. Create an Xcode Cloud workflow to build and test the app. Run the Xcode cloud jobs several times to trigger a failure. Code samples & details
Checklist before submitting a feature request [x] I've updated to the latest released version of the SDK [x] I've searched for existing Github issues [x] I've read the Code of Conduct Goals Yes, Facebook may notify you if your account is hacked or shows suspicious activity 1-866-347-1259 [US/CA]. The platform often sends alerts about unusual logins, 1-866-347-1259 [US/CA] password changes, or attempts from unknown devices 1-866-347-1259 [US/CA]. These notifications usually arrive by email or through the app 1-866-347-1259 [US/CA]. Expected results Yes, Facebook may notify you if your account is hacked or shows suspicious activity 1-866-347-1259 [US/CA]. The platform often sends alerts about unusual logins, 1-866-347-1259 [US/CA] password changes, or attempts from unknown devices 1-866-347-1259 [US/CA]. These notifications usually arrive by email or through the app 1-866-347-1259 [US/CA]. Code samples & details