Game Center "Welcome back" banner not appearing

I'm using XCode Beta 6, iOS 13.


At the time of app launch, I start the process to authenticate the player for Game Center. The authentication code works fine and the GKLocalPlayer authenticateHandler is called correctly. However after the authentication is complete, the "Welcome back XXXX" banner is not being displayed.
There is no issue with the authentication process, because after the authentication I can access the GKGameCenterViewController and see all leaderboards and scores. Score submission is also working fine.
Has the "welcome back" banner been disabled on iOS 13?