Hi,
I’ve found weird bug maybe someone could help with resolving. When I log out from Game Center (from settings) and run my game, it displays Game Center login view which fine. Once I cancel it and call code below it never returns result. But if I logged in into Game Center, it works fine.
Social.localUser.Authenticate((bool success) =>
{
// never returns bool if user not logged in to Game Center
});
Could you please help with fixing this issue. Thank you in advance.