Hello everyone,
we've been linking our app users to our internal account system for quite some time now, using the playerID used by generateIdentityVerificationSignature() which looks like "G:123456789".
Now, we have recently tested Sign In With Apple JS and everything works fine. However, the user ID we receive (from the "sub" field in the ID token) looks totally different. I need to know if there's a way to retrieve the Game Center ID with this new format (or the other way around, retrieve the new format from the old ID), otherwise we won't be able to detect returning users as such.
In case this isn't possible, will the Game Center ID still be available to our apps through the SDK, so we can at least make the connection when needed?
Thanks.
Hello everyone,