We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
16.1
17.3.0
SPM
Core
To understand why the error "Login attempt cancelled by alternate call to openURL" is occurring and identify the root cause of the issue.
The Facebook login should proceed successfully without being canceled by other openURL calls.
The login attempt is canceled with the error "Login attempt cancelled by alternate call to openURL."
Error Message: Error Domain=com.facebook.sdk.core Code=13 "(null)" UserInfo={com.facebook.sdk:FBSDKErrorLocalizedDescriptionKey=Login attempt cancelled by alternate call to openURL from:
No specific steps to reproduce. The error occurs intermittently without any clear pattern.
// INSERT YOUR CODE HERE var example = "Example code"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Checklist before submitting a bug report
Xcode version
16.1
Facebook iOS SDK version
17.3.0
Dependency Manager
SPM
SDK Framework
Core
Goals
To understand why the error "Login attempt cancelled by alternate call to openURL" is occurring and identify the root cause of the issue.
Expected results
The Facebook login should proceed successfully without being canceled by other openURL calls.
Actual results
The login attempt is canceled with the error "Login attempt cancelled by alternate call to openURL."
Error Message:
Error Domain=com.facebook.sdk.core Code=13 "(null)"
UserInfo={com.facebook.sdk:FBSDKErrorLocalizedDescriptionKey=Login attempt cancelled by alternate call to openURL from:
Steps to reproduce
No specific steps to reproduce. The error occurs intermittently without any clear pattern.
Code samples & details
The text was updated successfully, but these errors were encountered: