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

PersonNameComponents and email are all null in AppleIdCredential when running on a live device #15

Closed
therealjohnsummer opened this issue Nov 29, 2019 · 3 comments

Comments

@therealjohnsummer
Copy link

When using Face ID login or ANY Authentication mechanism for an iPhone - AuthorizationResult contains ALL null fields. This includes CREDENTIAL.

When we test on a simulator - we get values for CREDENTIAL, i.e email, fullname, familyName, givenName...

Tested on live iPhone X and iPhone 11 Pro MAX device.

@minhtruong315
Copy link

same error

@vinwonghk
Copy link

vinwonghk commented Dec 4, 2019

this is an expected behavior, after first time sign in, Apple will not pass user's name and email again.

please check here:
https://stackoverflow.com/questions/57714339/sign-in-with-apple-different-behaviour-simulator-vs-iphone
https://stackoverflow.com/questions/57545635/cannot-get-name-email-with-sign-in-with-apple-on-real-device

@tomgilder
Copy link
Owner

Closing - this is the expected behaviour, see https://forums.developer.apple.com/thread/121496

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

4 participants