Post

Replies

Boosts

Views

Activity

Comment on Disable "Hide My Email" in apple sign in
Tinder doesn't take any requestedScopes i.e authorizationAppleIDRequest.requestedScopes = [] empty array. Don't pass .email or .fullName. That's why in the next steps it also asks for email. It just maps the account with the user which is a string value received after login. It doesn't present existing creds. Rather everytime you SIWA, it receives the string user and sends it to the backend to check if any id is mapped with this unique user received. Tinder never takes email from Apple Login
May ’23