Open sylvia-tencent-wmt opened 7 months ago
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"];
+1, we have same issue here: https://github.com/facebook/facebook-ios-sdk/issues/2387
same
Same here
Any solution ?
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