facebook / facebook-ios-sdk

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

Limited Login - Cancelled status to SignIn #2428

Open miettievino opened 4 months ago

miettievino commented 4 months ago

Checklist before submitting a bug report

Xcode version

15.3

Facebook iOS SDK version

17.0.0

Dependency Manager

CocoaPods

SDK Framework

Login

Goals

Login for all users

Expected results

That both test users and regular users to be handled correctly when the app is live.

Actual results

keep getting a cancellation returned when trying to use the new login method for limited login, only for non test users.

Steps to reproduce

Try make a login with a Facebook Account

Code samples & details

self?.loginManager.logIn(configuration: configuration) { result in
                switch result {
                case .cancelled:
                    continuation.resume(throwing: Cancelation()) <--- hits every time I try login from a non tester account
                }
            }
Eke commented 4 months ago

We have the same issue? Has anyone found solution for this?

kaancembertas commented 4 months ago

Same issue

kiyakkoray commented 4 months ago

Same issue exist in here https://github.com/facebook/facebook-ios-sdk/issues/2387

yanjincheng commented 4 months ago

同样的问题,希望尽快解决

kaancembertas commented 4 months ago

Any update here?

Akles commented 3 months ago

Any updates?

petodavid commented 3 months ago

@miettievino did find a solution for this?

lucavenir commented 3 months ago

The latest version, 17.0.2, should have fixed this issue. Please confirm and close if true.

ZhiyongPan commented 2 months ago

The latest version, 17.0.2, should have fixed this issue. Please confirm and close if true.

I have tryed, still the same.