Hello!
I am trying to use the Authentication package with Apple Game Center in capabilities, but I get error “Request failed: 401”. It happends when I use “LinkWithAppleGameCenterAsync” or “SignInWithAppleGameCenterAsync”.
Please note that AppleGameCenter login works. I checked multiple times and Bundle ID in provider details is definitely correct!
Project Information :
Unity 2022.3.6f1
Authentication 2.7.2
[Authentication]: Request failed: 401, {“title”:“PERMISSION_DENIED”,“detail”:“unable to validate token”,“details”:[ ],“status”:401}
EDIT:
When calling “LinkWithAppleGameCenterAsync” or “SignInWithAppleGameCenterAsync” I had two parameters switched wrong way. And thats why you should go to sleep and not work at 1AM.
Anyways I have GameCenter fully working now, If someone else has any problems with it, feel free to contact me.