-
-
Notifications
You must be signed in to change notification settings - Fork 151
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
It will always be LoginStatus.cancelled. #408
Comments
same |
same issue facing |
@ZhiyongPan @ttb-inc @danbil24 if you are upgrading from a previous version of 7.x.x try running cd ios && pod update flutter_facebook_auth |
@ttb-inc please follow the issue template and add your code or some repo to reproduce the issue |
Thank you for your response. |
@ZhiyongPan @danbil24 Please share any information you have to resolve this issue. |
@ttb-inc facing same issue with the latest ios versions . |
Facing same issue, works on Android but not on IOS |
Same here, Android works fine, iOS has the same issue |
Same iOS always cancelled login |
@darwin-morocho do you have any suggestions? As I see this is affecting a lot of people on iOS (Android works fine). On iOS
|
@ttb-inc did you find a solution? |
Not found. |
We've decided to integrate iOS' facebook sdk ourselves because of this issue as well. Unluckily simply removing the facebook sign in for our users isn't option for us. |
You think the problem lies within the flutter_facebook_auth package? The reason could be with the facebook SDK itself actually... |
It looks like so, but also the SDK recently updated, so I thought they've fixed it. |
The latest |
but break android maybe FAILURE: Build failed with an exception.
Consider using JVM Toolchain: https://kotl.in/gradle/jvm/toolchain
|
try using gradle 7 instead of 8 |
What version are you using?
flutter_facebook_auth: 7.0.0
What OS and version are you using to local deploy your application?
macOS Somoma 14.4.1
What platforms are you seeing the problem on?
iOS
pubspec.yaml
Describe the Bug
Hi,
The screenshot below is a test with two different accounts.
‘1st_img’ returns ‘LoginStatus.success’ as normal, although there is a warning.
‘2nd_img’ has no warning text, but always returns ‘LoginStatus.cancelled’.
What is the difference between the two accounts?
It may be unrelated to the contents of the package.
What is the difference between warnings and no warnings?
Thank you.
1st_img
2nd_img
Expected Behavior
I want all accounts to receive 'LoginStatus.success' as normal.
To Reproduce
The app is the same, the results are just different for different accounts.
Relevant log output
None.
flutter doctor -v
Info.plist (iOS)
Podfile (iOS)
AndroidManifest.xml
No response
MainActivity.java
No response
MainActivity.kt
No response
index.html
No response
Info.plist (macOS)
No response
The text was updated successfully, but these errors were encountered: