-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App switches to limited login. #2375
Comments
I have a similar issue! I have Facebook for Business Login ed many users cannot login. For now the only workaround is to roll back to Facebook sdk 16.2, but then u also need to roll back to Xcode 15.1 because of another bug !!!! Anyone can help? |
After a deep investigation sounds like Facebook Login works only with ATTrackingManager enable. |
@al3x88 your %100 right, They use ATTrackingManager to check if tracking enabled, if not it always returns limited login |
@rebindev do you know how to make my app available also for limited login? Is there any specific setting on developers.facebook? thanks so much |
According to this blog post there not that much we can do about it.
Those changes are motivated by Apple's Upcoming third-party SDK requirements |
Not sure why the changes are related to Apple's Privacy Manifest requirements. I believe that it's two different things that Facebook decided to include in |
It looks like this is not a bug, but a new behavior. Which is very disappointing. facebook-ios-sdk/FBSDKLoginKit/FBSDKLoginKit/LoginManager.swift Lines 691 to 694 in 81305eb
|
There is a question about |
Has anyone gotten limited login to work with non tester accounts? Works fine for our test accounts but when trying to use it with public accounts, the new loginManager.logIn(configuration: configuration) just returns a cancellation. Not using anything that needs the app to be approved |
yeah same issue here |
How to get token_for_business or ids_for_business with limited logins? |
same issue here! |
Have you find the solution for this issue? Seems it is similar to this #2387 |
same question,any help? |
Did anyone find a fix for this? I'm seeing the same screen as @kjgetcarnera reported. |
Did anyone find a solution for this? Thank you |
I have added a workaround in here |
Checklist before submitting a bug report
Xcode version
Version 15.2 (15C500b)
Facebook iOS SDK version
17.0.0
Dependency Manager
CocoaPods
SDK Framework
Login
Goals
My app uses facebook login for business, but when a user disables tracking then it switches to limited login and unable to use my app or login. I'm aware the i have to enable tracking in the code to be able to use classic login. But when users disable tracking in settings-privacy & security we have no way to ask to track the user and login switches to limited.
Expected results
I want to be able to still login with classic mode when the users disable tracking, Switching to either limited or classic mode better to be in the developers hand not user's. I want to have the option to login in classic mode even when users disable tracking as i have no other option.
Actual results
My app uses facebook login for business, but it switches to limited even i have enabled tracking in the code but users disables tracking
Steps to reproduce
just login with facebook and disable tracking in settings-privacy & security then whatever i do it switches to limited login
Code samples & details
The text was updated successfully, but these errors were encountered: