facebook-ios-sdk icon indicating copy to clipboard operation
facebook-ios-sdk copied to clipboard

Infinite loading loop in Facebook Limited login

Open tommyrong409 opened this issue 10 months ago • 8 comments

Checklist before submitting a bug report

Xcode version

16.2

Facebook iOS SDK version

17.0.3

Dependency Manager

Building from Source

SDK Framework

Login

Goals

We use Facebook SDK (iOS) to allow users to authenticate with their Facebook accounts. However, on certain iPad devices, including:

iPad Pro 11 (4th Gen) running iOS 17.6.1
iPad 10.9 (2022) running iOS 16.0
iPad Pro 12.9 (6th Gen) running iOS 18.0

The popup browser fails to load the Facebook login page and gets stuck in an infinite loading loop and finally get error due to too many redirects. Facebook SDK (iOS) version: 17.0.3

Can anyone help to check this issue?

Thanks, Tommy

Image Image Image

Expected results

The FB login window can be shown correctly to the user.

Actual results

Infinite loading and finally get an error because of too many redirects.

Steps to reproduce

No response

Code samples & details


tommyrong409 avatar Jan 30 '25 23:01 tommyrong409

Same here.

jiwooong avatar Feb 03 '25 07:02 jiwooong

same here.

viroja123 avatar Feb 03 '25 13:02 viroja123

same and Apple is rejecting my app because of this.

Helen2hang avatar Feb 04 '25 16:02 Helen2hang

I have the same problem with FBSDKLoginKit 16.3.1 or 15.1.0, Xcode 16.2, iOS 18.2 on an iPad Pro 13-inch simulator. I did not have issues on a iPhone in the simulator. I recently upgraded from FBSDKLoginKit 9.0.0, attempted FBSDK 18.0.0 and am backing down versions due to access token issues with AWSFacebookSignIn 2.40.1. My goal is to upgrade AWSFacebookSignIn to a newer FBSDKLoginKit to resolve issues with an iOS iPad app running on an Apple silicon (a M4 MacBook).

BillBunting avatar Feb 05 '25 03:02 BillBunting

Getting same issue

vanditmehta avatar Feb 06 '25 08:02 vanditmehta

Same for me

kevin-zqw avatar Feb 12 '25 01:02 kevin-zqw

  • 1 We have same problem

tuannmNhanhDev avatar Mar 14 '25 06:03 tuannmNhanhDev

I was able to circumvent the issue by logging in with Facebook in the browser prior to the in-app authentication flow. However, the issue still happens if I'm not logged in when trying to authenticate (tested with SDK v17.0.3 and Xcode 16.2).

vitorbaraujo avatar Mar 17 '25 18:03 vitorbaraujo