Posts under category Facebook iOS SDK

When I log in with the Facebook app for the first time, 'Cancel' and 'Continue' buttons are missing, UI like broken, and I can't scroll either. This bug also happen when request Connect to FB Pages
Permissions Requests (FB allowed these): [ 'public_profile', 'pages_show_list', 'pages_manage_ads', 'pages_read_engagement', 'leads_retrieval', 'ads_management', 'pages_manage_metadata', 'business_management' ]
My react-native version is 0.68.2 and react-native-fbsdk-next version is 11.1.0.

The webview screen to select the page to link to the application on the iPhone is covered with the continue button. When the user scrolls down and then releases their hand, the scroll bar is pushed up again, causing the continue button to not be displayed and they cannot select that button on the screen to operate.

Hi
Starting from April 28th, 2024, online players have been giving feedback that facebook can't be shared, and after our self-test, we found that there is indeed a problem, we tested with the official sample provided and found that this problem also exists. I've also submitted an issue on github, please confirm this issue.
https://github.com/facebook/facebook-ios-sdk/issues/2404

When iOS/Android SDK above v15.1.0 is used, the App on developer dashboard shows the version as "v0.0.0" and shows an error on business dashboard "Your app is out of date. To run your app on iOS 14, update to the latest Facebook SDK for iOS.".
My current SDK is fixed at V17.0.0

When using Cocoapods, I've got crash
Thread 1: "FBAdConfigManager is a final class and cannot be subclassed. FBAdConfigManager"
If I add
!use_frameworks :linkage => :static
to the Podfile, it resolves the issue with FBAudienceNetwork, but other Facebook's pods stop working (FBSDKCoreKit, FBSDKLoginKit).
I discovered that Meta distributes static framework in FBAudienceNetwork pod but doesn't set static_framework = true flag in its podspec. If I change the podspec and set static_framework = true flag then everything works fine.
Any temporary workarounds are welcomed. It would be great, if FBAudienceNetwork.podspec could be fixed, since creating my own FBAudienceNetwork pod and maintaining it is a cumbersome solution.