The ids obtained by the same user logging in in the two applications are different

I found that the user id obtained by the same Apple user in the application login of two different developer accounts is different, how can I make the two user id associated

I found that the user id obtained by the same Apple user in the
application login of two different developer accounts is different

Can you clarify what API you’re using here?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@apple.com"

Can you clarify what API you’re using here?

After I get the code, I get the tokens through this https://appleid.apple.com/auth/token API, and then combine this https://appleid.apple.com/auth/keys API to parse and verify the ID token to get the sub parameter, this is the user id I got

@ eskimo1@apple.com
@ Developer Technical Support @ Apple


Ah, you’re doing the Sign in with Apple thing. That’s not something I can help you with, other than to fix your tags.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@apple.com"
The ids obtained by the same user logging in in the two applications are different
 
 
Q