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
The ids obtained by the same user logging in in the two applications are different
Can you clarify what API you’re using here?I found that the user id obtained by the same Apple user in the
application login of two different developer accounts is different
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@apple.com"
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 gotCan you clarify what API you’re using here?
@ 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"
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@apple.com"