Why does my access point does not show

Why does my access point (Game Center) does not show except for the first time I open the app?

My code:

func showMainMenu() {

        

        GKAccessPoint.shared.location = .topLeading

        

        GKAccessPoint.shared.showHighlights = true

        

        GKAccessPoint.shared.isActive = true

    }
...
Why does my access point does not show
 
 
Q