Game Center Leaderboards Not Propagating After App Goes Live

I’m encountering (or at least I think I am) a propagation issue between App Store Connect and the live App Store version of my app following an update that introduced Game Center leaderboards via GameKit.

The v1.0.1 build was developed and tested in Xcode 26, using GameKit integration for leaderboards. Everything functioned correctly on standalone devices under a signed production build. After submission, the build was approved and is currently live on the App Store, yet App Store Connect still shows the build status as “Ready for Distribution.”

This mismatch appears to be preventing proper Game Center leaderboard propagation, leaderboard data and player scores are not syncing (GC dot doesn’t appear) as expected on the production environment, despite all leaderboards being correctly configured under App Store Connect → Game Center → Leaderboards and the identifiers matching the app bundle configuration.

It’s been well beyond the typical propagation window, suggesting a potential desync between App Store Connect and Game Center services rather than a code-level issue. Before resubmitting, I’d like to confirm whether others have experienced similar propagation delays or if manual intervention from Apple is sometimes required to resolve the state mismatch.

Environment: • Xcode 26 (Release build) • GameKit framework (Swift) • iOS 17.6 target • Game Center leaderboards configured as a set within App Store Connect

Any guidance on triggering propagation or forcing a sync between App Store Connect and Game Center servers would be greatly appreciated!!

Game Center Leaderboards Not Propagating After App Goes Live
 
 
Q