Skip to content
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

Apple sign in using passcode not getting credentials #65

Open
nirmal251992 opened this issue Dec 30, 2020 · 3 comments
Open

Apple sign in using passcode not getting credentials #65

nirmal251992 opened this issue Dec 30, 2020 · 3 comments

Comments

@nirmal251992
Copy link

when continue with password getting credentials but continue with passcode not getting email and name

@nirmal251992 nirmal251992 changed the title Apple sign in passcode not getting credentials Apple sign in using passcode not getting credentials Dec 30, 2020
@fnoceda
Copy link

fnoceda commented Feb 9, 2021

i have same problem, any solution?

@taracell
Copy link

taracell commented Feb 9, 2021

For some reason, Apple does not send the email and name every time you sign in using Apple Sign in. It seems to only send the token if it recognizes that it has sent the token before. I have had to start keeping a record of users within Firestore to keep their display names and email associated with their user ID for display within their profile for my application.

This behavior is well known and a thread mentioning it is here: https://developer.apple.com/forums/thread/121496

If you set fullName and email as scopes in your requests, then they should always be present in ASAuthorizationAppleIDCredential the first time the user uses Sign in with Apple with your app, but not after.

@nirmal251992
Copy link
Author

i have same problem, any solution?

you have to manage flow using userid which is getting from apple side... check the json response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants