facebook / facebook-ios-sdk

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

Limited Login Failed on iOS 17 #2388

Open sylvia-tencent-wmt opened 7 months ago

sylvia-tencent-wmt commented 7 months 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 6 months ago

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

kishore-chandru-poshmark commented 6 months ago

same

temuujinnn commented 5 months ago

Same here

ankitpunchh commented 2 months ago

Any solution ?