-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support version 17 of facebook sdk with privacy manifests #507
Comments
+1, thanks for opening the issue @brainbicycle! |
I hope to hear about plans for a release that supports Facebook SDK 17 soon. |
check #506 |
Really looking forward to this one since this is the only facebook sdk for RN atm! |
@mikehardy hi. Will you update this library till May 1, 2024? |
#506 there is a PR open for this already, only needs merge |
Everyone's in luck, I need this for my app ;-) |
Should be released in v13 which just launched, this issue wasn't connected to the PR that closed it but was #506 Please please please 🙏 if there are problems, post PRs - took me a big time box to manage this repo today and I do not have a lot of time to test+fix things, we're a community and I/we need the help. :-) thank you |
appreciate it thanks so much! will try to more proactively PR in future |
Pod install is throwing error: [!] CocoaPods could not find compatible versions for pod "FBSDKLoginKit": In Podfile: Specs satisfying the We are not using facebook login functionality in our app. We are using it just to enable facebook ads. |
@avyasradicle run |
Hi, it worked fine in iOS but having issues with android. as i am trying to run android build react-native:0.64.2 issue: app/node_modules/react-native-fbsdk-next/android/src/main/java/com/facebook/reactnative/androidsdk/RCTLoginButton.java:66: error: cannot find symbol /RCTLoginButton.java:89: error: cannot find symbol app/node_modules/react-native-fbsdk-next/android/src/main/java/com/facebook/reactnative/androidsdk/RCTLoginButton.java:101: error: cannot find symbol app/node_modules/react-native-fbsdk-next/android/src/main/java/com/facebook/reactnative/androidsdk/RCTLoginButtonEvent.java:13: error: no suitable constructor found for Event(int,int) app/node_modules/react-native-fbsdk-next/android/src/main/java/com/facebook/reactnative/androidsdk/FBProfileModule.java:50: warning: non-varargs call of varargs method with inexact argument type for last parameter; Like this 7 errors i got Can some one please help here with solution ? |
The expectation that react native 0.64 will work is mildly humorous. Way out of support |
@mikehardy it worked on new react native version 0.71 thanks |
🐛 Bug Report
Apple is going to start enforcing new requirements on commonly used sdks May 1, 2024: https://developer.apple.com/support/third-party-SDK-requirements/
The Facebook sdk belongs to this list. Version 17 of the Facebook sdk includes privacy manifests to comply with these requirements. Currently this wrapper only supports up to version 16. (I know this just got released just want to make sure this is on radar, thanks for the library!).
To Reproduce
Install this library in your project.
Generate a privacy report in Xcode and/or submit a beta to TestFlight.
Expected Behavior
The privacy manifest for the Facebook sdk is included in this privacy report.
Additionally on submitting a beta warnings are not generated by App Store connect regarding the apis used by the Facebook sdk.
Code Example
N/A
Environment
N/A
The text was updated successfully, but these errors were encountered: