Xcode 26 – "Manage Game Progress" not showing achievements/leaderboards on macOS

Hello,

When testing GameKit "Manage Game Progress" in Xcode 26:

On iOS devices, achievements, leaderboards, and party code data display and work correctly.

On macOS devices, none of these data appear in "Manage Game Progress."

Is this a known issue with macOS GameKit, or is there a limitation compared to iOS?

If it is not a bug, is there any additional configuration needed to make achievements and leaderboards visible on macOS?

  • I also included the GameKit bundle in my macOS app and enabled Enable Debug Mode in GameKit Configuration in the scheme options.

Thank you.

Answered by DTS Engineer in 858976022

Hello,

It's sounds like your configuration is correct (including use of platform-specific bundle) and you've discovered another bug in macOS.

We expect parity with iOS.

Try syncing the bundle with App Store Connect again and if that doesn't work send us a bug report.

You'll also want to ensure you're testing a version of your game that isn't live yet.

Hello,

It's sounds like your configuration is correct (including use of platform-specific bundle) and you've discovered another bug in macOS.

We expect parity with iOS.

Try syncing the bundle with App Store Connect again and if that doesn't work send us a bug report.

You'll also want to ensure you're testing a version of your game that isn't live yet.

Hello, thank you for your response.

After trying one more bundle synchronization, the macOS device still does not load any Game Center data (including Achievements) from the Manage Game Progress debugging tool.

My app is a non-live game, and the bundle I tested on iOS is also an identifier that hasn’t gone live yet. On iOS, the same configuration works as expected, but on macOS, no data is shown.

I even created a fresh project with the same Bundle Identifier, built both iOS and macOS versions, and confirmed that Game Center data loaded correctly on iOS but not on macOS.

Since the issue only occurs on macOS, should I proceed with submitting a bug report through Feedback Assistant?

Thank you.

Hello,

Could you also tell the underlying macOS you are running?

Meanwhile, please submit a bug report through Feedback Assistance with a System Diagnostics report as well.

That would help us solve the issue at hand.

Thanks!

Xcode 26 – "Manage Game Progress" not showing achievements/leaderboards on macOS
 
 
Q