Sign-In-with-Apple-Demo
Sign-In-with-Apple-Demo copied to clipboard
In iOS 13 at WWDC 2019, Apple introduce a fast, easy way to sign in to apps and websites i.e. Sign In with Apple. This repository contains the complete working demo for Sign In with Apple.
[core] Authorization failed: Error Domain=AKAuthenticationError Code=-7022 "(null)" UserInfo={AKClientBundleID=Bazinga.login321} Our localized error : The operation couldn’t be completed. (com.apple.AuthenticationServices.AuthorizationError error 1000.)
After logging in the first time and rerunning the app, credentials state is never `.authorized` and so doesn't log you in on app open. This is the error that it...
Xcode 11.3 macOS Catalina v10.15.2 Seen other Stack Overflow posts where the inclusion of: let passwordRequest = ASAuthorizationPasswordProvider().createRequest() ...in the `authorizedRequests` parameter, causes this 1000 error. In this example, in...
only First time we get just EMail and Name.. What can we get every time?
Thanks so much for this code sample. We have iOS and Android and Web, how can we make it so a user signing in with Apple can use same login...