GameCenter login always opening in portrait mode even when locked to landscape?

Hey everyone, I am having an issue with the GameCenter login popping up in portrait orientation no matter what orientation the game is in. I am locking the game to landscape modes and using Unity’s auto rotation. the prompt pops up when i call:

Social.localUser.Authenticate (ProcessAuthentication);

Any thoughts on how I can correct this? I have tried this in 2 separate project and both have the issue.

Any help is truly appreciated :slight_smile:

It occurs to me that this may be the only option. I see a comment in the Unity Xcode files saying that GameCenter and some other services might have a portrait-only variant, and after testing another landscape formatted game, it appears that it also pops up the GameCenter login in portrait mode. So i guess thats just the way it works.