-
Notifications
You must be signed in to change notification settings - Fork 70
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
Login failed com.apple.AuthenticationServices.AuthorizationError error 1000 #52
Comments
Same issue started happening with me yesterday after I updated to flutter version 1.20.1. |
Same here, it worked some days ago but now I get the same error 1000. |
Anyone knows how to fix? I am getting the same error. |
Same here.. |
同样的错误,有人能解决么 |
Same here |
any news? |
Same issue for me... |
Downgraded Flutter to 1.17.2 and the issue still present |
I am still having this issue Any update regarding this. |
Until now, I'm not sure this could be solution but at least it should be workaround for the problem:
|
Same for me, just got rejected from Apple because of this error |
Same for me, everything runs fine when I test on my device but somehow got rejected from apple with this error. Any idea? |
Any idea? |
My sign in code is simple:
`
void _signInWithApple(BuildContext context) async {
var bloc = Provider.of(context, listen: false);
print("_signInWithApple");
}
`
But my debugging information found that
flutter: _signInWithApple
flutter: AppleSignIn is availalbe !
[core] Authorization failed: Error Domain=AKAuthenticationError Code=-7034 "(null)" UserInfo= }
flutter: Sign in failed: The operation couldn’t be completed. (com.apple.AuthenticationServices.AuthorizationError error 1000.)
Since apple sign in is available in this device then I search to find out more information from error 1000.
I found recently discussion in react native ref
I just login into https://appleid.apple.com/account/manage
Then scroll down a little bit to remove emulator from the device list then it's simply work.
Observed logging in required 2-factors authentication.
I hope it help you guy as well.
The text was updated successfully, but these errors were encountered: