Sign-In-with-Apple-Demo
Sign-In-with-Apple-Demo copied to clipboard
Never shows as authenticated
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}
After logging in the first time and rerunning the app, credentials state is never
.authorizedand 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}
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
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.
@vineetchoudhary This is also happening with my production app.
Scratch that, works on a real device, but not in simulator.