How to get profile photo after sign in with apple?

I have completed integrating apple sign in with our app both on the web and in our iOS app. Is there a way to retreive the user's profile photo after they login? I have checked the documentation and header files and I cannot find a way to do this.


Is there a way to do this? If not, is this feature coming later?

Replies

Hi cmwhispers,

Currently, you can request scopes for full name and an email address. If you need additional information from the user, like a profile picture, you can prompt for that information using your own user interface after completing the Sign In with Apple flow. Sign In with Apple will not provide any other user information.


- Patrick

Add a Comment