Game Center not responding in my game – worked before, now nothing happens

I’m not exactly sure when it stopped working, but my games that used Game Center on iOS for Leaderboards no longer recognize anything related to Game Center. In the past, every time the first scene was loaded, the user would be logged into Game Center, but now nothing happens, and when tapping the Leaderboard button, nothing happens either—no response or any kind of error.

I haven’t touched the Game Center code, and it always worked in previous versions of Solar2D (I don’t know from which version this started happening—I only noticed recently).

As an additional note, here’s my build.settings configuration:


settings =
{
    plugins =
    {
        ["CoronaProvider.gameNetwork.apple"] =
        {
            publisherId = "com.coronalabs"
        },
    },
    iphone = {
        entitlements = {
            ["com.apple.developer.game-center"] = true,
        },
    }
}

Hello,
I am on version 2025.3714 and every things is working with the same configuration file.

Sincerely,
Yvan.

1 Like

That’s rare… I’ll double-check my code. Thank you, @Yvan