We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
15.1
17.0.0
Prebuilt Binaries
Login
Login failed on limited login with iOS 17.
Able to login on iOS 17.
The operation couldn’t be completed. (com.facebook.sdk.core error 2.)
Scenario: attempt to login with iOS 17 device, showed error: "The operation couldn’t be completed. (com.facebook.sdk.core error 2.)"
Tested with iOS 17, returned error Tested with iOS 16.7.7 able to login
FBSDKLoginConfiguration *configuration = [[FBSDKLoginConfiguration alloc] initWithPermissions:@[@"email",@"public_profile"]tracking:FBSDKLoginTrackingLimited nonce:@"123"];
The text was updated successfully, but these errors were encountered:
+1, we have same issue here: #2387
Sorry, something went wrong.
same
Same here
Any solution ?
No branches or pull requests
Checklist before submitting a bug report
Xcode version
15.1
Facebook iOS SDK version
17.0.0
Dependency Manager
Prebuilt Binaries
SDK Framework
Login
Goals
Login failed on limited login with iOS 17.
Expected results
Able to login on iOS 17.
Actual results
The operation couldn’t be completed. (com.facebook.sdk.core error 2.)
Steps to reproduce
Scenario: attempt to login with iOS 17 device, showed error: "The operation couldn’t be completed. (com.facebook.sdk.core error 2.)"
Tested with iOS 17, returned error
Tested with iOS 16.7.7 able to login
Code samples & details
The text was updated successfully, but these errors were encountered: