Closed mohammad-goldast closed 1 year ago
Hi @mohammad-goldast ! Have you checked the issues and PRs in this repository?
This is duplicate.
Hi @mikehardy , Thank you for the response.
Unfortunately, I can not find an issue or a PR related to this problem. Could you give me a reference, please?
I searched in the issues section by these keywords:
Update facebook warning
, The latest SDK version issue
, Update to the latest SDK version
and so on.
The only thread that I found is #55. IDK, if I update the version of FBSD in react-native-fbsdk-next.podspec file manually, it works or not.
š Bug Report
I installed the latest version of this package yesterday for the first time. After all configurations, I saw some new event logs in the Facebook dashboard, and everything seemed Ok.
After a few minutes, the Facebook dashboard showed me an alert to "Update Your Facebook SDK.". I checked the alert, and it suggests adding the FB Pod Kits into the Podfile with the specific version of "8.0.0," and now, I am a little confused because IDK what I should do.
I checked the installed Pod versions by
cat Podfile.lock | grep FBSDK
. All installed versions were15.0.0
. On the other hand, there is a higher version available, and it is "16.0.0".Why Facebook suggests installing Pods version "8.0.0"? What should I do to see if everything is right?
This is the alert in the "Overview" section of the Events Manager dashboard:
And, also here is more details of what Facebook suggests:
To Reproduce
I did nothing special. Just installed the last version of this package.
Expected Behavior
To not see the "Update Facebook SDK" in the Facebook dashboard.
Environment