I've implemented a Game on iOS that integrates with Game Center. I have a button that opens the in-app Game Center VC (GKGameCenterViewController
). In that VC, there seems to be some empty space before the app name. I believe an app icon is supposed to be displayed there, but it's not working.
I have filled-out all the app icon asset sizes, and have uploaded the app to App Store Connect. The icon shows in App Store Connect.
I was wondering if the app needs to be fully released on the App Store for the icon to magically appear?
Other games on my phone show the icon there, I wonder why mine doesn't?