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

AuthorizationAppleID #381

Closed
MTEV opened this issue Jul 19, 2023 · 6 comments
Closed

AuthorizationAppleID #381

MTEV opened this issue Jul 19, 2023 · 6 comments

Comments

@MTEV
Copy link

MTEV commented Jul 19, 2023

final credential = await SignInWithApple.getAppleIDCredential(
scopes: [
AppleIDAuthorizationScopes.email,
AppleIDAuthorizationScopes.fullName,
],
);

      print(credential);

give me flutter: AuthorizationAppleID(001981.ca133b509db54bbaa9dc7a1a26d8798b.1404, null, null, null, null)
and not working
credential!.email returen null

@HenriBeck
Copy link
Member

in what terms is this not working?

@MTEV
Copy link
Author

MTEV commented Jul 19, 2023

credential!.email returen null
not returen any thing
on ios

@HenriBeck
Copy link
Member

that is normal and expected, see #334

@MTEV
Copy link
Author

MTEV commented Jul 19, 2023

that is normal and expected, see #334
It doesn't help

@MTEV
Copy link
Author

MTEV commented Jul 19, 2023

that is normal and expected, see #334
It doesn't help
why you. closed
if you don't. have answer please. don't close
thanks

@HenriBeck
Copy link
Member

The answer is that this is expected and intended by Apple (not even our side).

You only get the email on the first login and you need to store this information on your server to retrieve it for subsequent logins.

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

2 participants