facebook / facebook-ios-sdk

Used to integrate the Facebook Platform with your iOS & tvOS apps.
https://developers.facebook.com/docs/ios
Other
7.73k stars 3.5k forks source link

Limited Login Failed on iOS 17 #2388

Open sylvia-tencent-wmt opened 4 weeks ago

sylvia-tencent-wmt commented 4 weeks ago

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

FBSDKLoginConfiguration *configuration = [[FBSDKLoginConfiguration alloc] initWithPermissions:@[@"email",@"public_profile"]tracking:FBSDKLoginTrackingLimited nonce:@"123"];
fgeracitano commented 3 weeks ago

+1, we have same issue here: https://github.com/facebook/facebook-ios-sdk/issues/2387

kishore-chandru-poshmark commented 3 weeks ago

same