-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Never shows as authenticated #1
Comments
me too !!!the demo of apple supply is also don't work |
Hi, You've to register a new application in your apple developer account. Then replace the current bundle identifier with your newly created application identifier. |
How do you guys manage to make the logout listener work? I made an observer for detecting the credentialState of the userID |
@vineetchoudhary This is also happening with my production app. Scratch that, works on a real device, but not in simulator. |
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 shows.
2019-08-12 13:37:40.229003-0600 SignInWithAppleDemo[44007:12475950] [core] Authorization failed: Error Domain=AKAuthenticationError Code=-7001 "(null)" UserInfo={AKClientBundleID=com.example.apple-samplecode.juice}
The text was updated successfully, but these errors were encountered: