AppleSignInAuthenticator Scopes. #14974
-
Hi, I'm using Is there any other way to get the user's name and e-mail address from Apple sign in? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
As far as I can remember, email and fullname are only provided the first time you use the appleid for logging in or registering. You should then store the information. If you need it again (from apple), then you have to remove the apple id from the app. |
Beta Was this translation helpful? Give feedback.
-
Couldn't get WebAuthenticator working as expected, so used https://www.xamboy.com/2020/01/13/sign-in-with-apple-in-xamarin-forms/ instead. |
Beta Was this translation helpful? Give feedback.
Couldn't get WebAuthenticator working as expected, so used https://www.xamboy.com/2020/01/13/sign-in-with-apple-in-xamarin-forms/ instead.