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,
},
}
}