Authentication with Game Center in Unity

Hi Heroic team, I’m trying to authenticate with game center on iOS from unity using Client.AuthenticateGameCenterAsync();
but there are data that I can’t find, I proceed to enumerate them
-publickeyurl
-salt
-timestamp
-signature

Hi @daviddaco1 those are values from your Apple developer account. Take a look at Getting Started - Sign in with Apple - Apple Developer specifically the “Service ID and Key Configuration” section.

1 Like