Closed qsales2022 closed 1 month ago
Same issue here and how to resolve it? Any solution for this issue?
Facebook needs upgrade SDK version iOS more than v17.0.0, And I am waiting package update.
@qsales2022 I'm having same issue. Have you resolved it ? If yes, could you please write steps ?
I believe these are different issues.
Original poster says it simply isn't working. I can't reproduce that. It works fine for me from the example app here on iOS 14+ and in my work app. So I'm going to close the issue as I cannot reproduce.
Other posters have hijacked the thread to say they want the ios SDK updated. That's been done in other pull requests
🐛 Bug Report
To Reproduce
Expected Behavior
Code Example
Environment
Facebook SDK Integration Issue in React Native App for iOS 14+
I'm experiencing an issue with Facebook SDK integration in my React Native app. The SDK is working correctly on Android and iOS versions below 14, but it's not functioning properly on iOS 14 and above. Here's what I've implemented so far:
AppDelegate.mm
Podfile
Info.plist
I've added the necessary Facebook-related keys and values to my Info.plist file, including:
React Native Package
I'm using
react-native-fbsdk-next
version 13.0.0 in my project.Despite these implementations, the Facebook SDK is not working on iOS 14 and above. What could be the issue, and how can I resolve it?